forked from frankbaffle/cs279-hw2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 894 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 894 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
31
32
33
34
{
"name": "cs279-hw2",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"body-parser": "^1.8.2",
"express": "^4.9.0",
"handlebars": "~1.3.0",
"mongodb": "^1.4.12",
"underscore": "^1.7.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "~0.7.6",
"grunt-bower-task": "^0.3.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~0.8.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-handlebars": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.3",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"matchdep": "~0.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}