-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.07 KB
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": "annotate",
"version": "0.0.0",
"description": "package.json file for annotate",
"main": "server/app.js",
"dependencies": {
"body-parser": "^1.12.3",
"bower-installer": "^1.2.0",
"express": "^4.12.3",
"pg": "^4.3.0",
"pg-hstore": "^2.3.2",
"sequelize": "^2.1.0",
"bower-installer": "^1.2.0",
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^0.6.4",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-nodemon": "^0.2.1",
"grunt-mocha-test": "^0.10.0"
},
"devDependencies": {},
"scripts": {
"start": "node server/app.js",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/Isolated-Ocelot/annotate.git"
},
"author": "Zack Fischmann, Charlie Hwang, Johnny Nguyen, Brant Choate",
"license": "ISC",
"bugs": {
"url": "https://github.com/Isolated-Ocelot/annotate/issues"
},
"homepage": "https://github.com/Isolated-Ocelot/annotate"
}