-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.68 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.68 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "coffeeshop",
"version": "0.0.0",
"description": "coffeeshop is a TDD ecommerce shop utilizing node, angular, JEFRi.",
"main": "index.js",
"devDependencies": {
"grunt": "~0.4.1",
"zombie": "~2.0.0-alpha21",
"grunt-cucumber": "~0.2.3",
"should": "~1.2.2",
"mocha": "~1.12.1",
"grunt-mocha-test": "~0.6.3",
"request": "~2.27.0",
"grunt-contrib-watch": "~0.5.3",
"browserify": "~2.35",
"browserify-shim": "*",
"grunt-browserify": "~1.2.4",
"caching-coffeeify": "~0.2.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.2.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.2",
"grunt-karma": "~0.6.2",
"grunt-shell-spawn": "~0.2.4",
"protractor": "~0.9.0",
"q": "~0.9.7",
"selenium-webdriver": "~2.35.1",
"karma-coverage": "~0.1.0",
"grunt-contrib-jade": "~0.8.0",
"grunt-contrib-less": "~0.7.0",
"nconf": "~0.6.7",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-cssmin": "~0.6.1",
"jefri": "1.1.1-RC3",
"jefri-stores": "1.1.1-RC3",
"grunt-contrib-copy": "~0.4.1",
"grunt-jsonlint": "~1.0.4"
},
"dependencies": {
"coffee-script": "~1.6.3",
"csv": "^0.3.7",
"express": "~3.4.0",
"grunt-ngjade": "0.0.0",
"imagemagick-native": "~0.2.9",
"markdown-js": "0.0.3",
"ya-csv": "^0.9.3"
},
"scripts": {
"test": "grunt test",
"start": "node --debug src/server/start.js"
},
"author": "Jonathan Porta",
"license": "BSD"
}