-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.15 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
{
"name": "safe_web_starter_pack",
"version": "1.0.0",
"description": "SAFE Web starter pack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "./node_modules/.bin/gulp",
"postinstall": "gulp safe-styles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hunterlester/safe_web_starter_pack.git"
},
"author": "Hunter Lester <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hunterlester/safe_web_starter_pack/issues"
},
"homepage": "https://github.com/hunterlester/safe_web_starter_pack#readme",
"dependencies": {
"babelify": "^7.3.0",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"browserify": "^14.4.0",
"envfile": "^2.1.1",
"express": "^4.15.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-image": "^2.9.0",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^3.2.1",
"gulp-watch": "^4.3.11",
"jquery": "^3.2.1",
"npm-font-open-sans": "^1.1.0",
"safe_ux_guidelines": "https://github.com/maidsafe/safe_ux_guidelines.git",
"vinyl-source-stream": "^1.1.0"
}
}