-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.82 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "kanye",
"private": true,
"version": "4.0.0",
"description": "Kanye West great song of all time tournament",
"repository": "https://github.com/danielduhh/kanye-goat",
"license": "MIT",
"cacheDirectories": [
"node_modules",
"public/components"
],
"devDependencies": {
"body-parser": "~1.5.2",
"bower": "^1.3.1",
"express": "~4.7.2",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"http-server": "^0.6.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.8",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"method-override": "~2.1.2",
"mongoose": "~3.6.2",
"morgan": "~1.2.2",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "^2.1.0",
"shelljs": "^0.2.6"
},
"scripts": {
"prestart": "npm install",
"start": "node server.js",
"pretest": "npm install",
"postinstall": "bower install && grunt build"
},
"dependencies": {
"body-parser": "~1.5.2",
"bower": "^1.7.9",
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"chai-jq": "0.0.9",
"chai-things": "^0.2.0",
"express": "^4.7.4",
"firebase": "^3.3.0",
"getmac": "^1.2.1",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"http-server": "^0.6.1",
"ipware": "0.0.8",
"method-override": "~2.1.2",
"mocha": "^2.4.5",
"morgan": "~1.2.2",
"pg": "^4.5.4",
"pg-native": "^1.10.0",
"q": "^1.4.1"
}
}