forked from CodeJobs/StudioVictory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
{
"name": "StudioVictory",
"version": "0.0.1",
"private": true,
"scripts": {
"preinstall": "npm prune",
"postinstall": "bower prune; bower install; grunt githooks"
},
"author": "Carlos Santana",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/CodeJobs/StudioVictory.git"
},
"dependencies": {
"body-parser": "~1.10.2",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"express": "~4.11.1",
"express-handlebars": "latest",
"lodash": "latest",
"morgan": "~1.5.1",
"stylus": "latest",
"js-yaml": "latest",
"html-minifier": "latest"
},
"devDependencies": {
"bower": "latest",
"chai": "latest",
"grunt": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-stylus": "latest",
"grunt-githooks": "latest",
"grunt-jscs": "latest",
"grunt-karma": "latest",
"grunt-mocha-test": "latest",
"grunt-shell": "latest",
"karma": "latest",
"karma-chai": "latest",
"karma-html2js-preprocessor": "latest",
"karma-mocha": "latest",
"karma-mocha-reporter": "latest",
"karma-phantomjs-launcher": "latest",
"karma-sinon": "latest",
"mocha": "latest",
"rewire": "latest",
"sinon": "latest"
}
}