-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 979 Bytes
/
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
{
"name": "solitaire-showdown",
"version": "0.0.1",
"private": true,
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.4.4",
"hjs": "*"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-watch": "~0.5.3",
"typescript": "~0.9.1-1",
"grunt-typescript": "~0.2.4",
"signals": "~1.0.0",
"jshint": "~2.3.0",
"grunt-contrib-jshint": "~0.7.2",
"karma-chrome-launcher": "~0.1.1",
"karma-script-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-firefox-launcher": "~0.1.2",
"karma-jasmine": "~0.2.2",
"requirejs": "~2.1.9",
"karma-requirejs": "~0.2.0",
"karma-coffee-preprocessor": "~0.1.1",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.8",
"karma-growl-reporter": "~0.1.1",
"cloak": "~0.2.6",
"should": "~4.0.4",
"mocha": "~1.21.4",
"lodash": "~2.4.1"
}
}