-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.19 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
40
41
42
43
44
45
46
{
"name": "dulcetgnome",
"version": "1.0.0",
"description": "Greenfield Project",
"main": "server/server.js",
"scripts": {
"test": "grunt test",
"postinstall": "bower cache clean && bower install && grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coreysf/dulcetgnome.git"
},
"dependencies": {
"body-parser": "^1.14.1",
"bower": "^1.5.3",
"express": "^4.13.3",
"pg": "^4.4.2",
"bower": "^1.5.3",
"chai": "^3.3.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-mocha-test": "^0.12.7",
"grunt-notify": "^0.4.1",
"karma": "^0.13.10",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"mocha": "^2.3.3",
"sinon": "^1.17.1",
"supertest": "^1.1.0"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coreysf/dulcetgnome/issues"
},
"homepage": "https://github.com/coreysf/dulcetgnome#readme"
}