-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 945 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
{
"name": "c4k-julian-center",
"version": "1.0.0",
"description": "GenCon mobile app created during the 2nd annual Coding 4 Kindness event.",
"main": "app/app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/scott-joe-williams/c4k-julian-center.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/scott-joe-williams/c4k-julian-center/issues"
},
"homepage": "https://github.com/scott-joe-williams/c4k-julian-center",
"dependencies": {
"body-parser": "^1.13.2",
"express": "^4.13.1",
"node-rest-client": "^1.5.1",
"q": "^1.4.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-ruby-sass": "^1.0.5",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.3.4"
}
}