-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 795 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "novoda.github.io",
"version": "1.0.0",
"description": "Novoda Open Source Landing Page https://novoda.github.io",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-coffeelint": "^0.6.0",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^2.0.0",
"gulp-coffee": "^2.3.3",
"gulp-util": "^3.0.8",
"gulp-if": "^2.0.2",
"gulp-watch": "^4.3.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/novoda/novoda.github.io.git"
},
"author": "",
"license": "Apache License, Version 2.0",
"bugs": {
"url": "https://github.com/novoda/novoda.github.io/issues"
},
"homepage": "https://novoda.github.io"
}