forked from upstanding-biome/sixdegrees
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 918 Bytes
/
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
{
"name": "six_dribbles",
"version": "1.0.0",
"description": "Greenfield Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upstanding-biome/sixdegrees.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/upstanding-biome/sixdegrees/issues"
},
"homepage": "https://github.com/upstanding-biome/sixdegrees#readme",
"dependencies": {
"angular": "^1.4.3",
"body-parser": "^1.13.3",
"bootstrap": "^3.3.5",
"debug": "~2.2.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-cli": "^0.3.0",
"http-status": "^0.2.0",
"seraph": "^0.13.3",
"ui-router": "0.0.1"
},
"devDependencies": {
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0"
}
}