forked from mixit-craftsmanship/mixit-craftsmanship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.85 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": "MixIT.Now",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js",
"test": "node_modules/.bin/gulp test",
"dev": "node_modules/.bin/gulp dev",
"build": "node_modules/.bin/gulp build",
"install": "bower install",
"jenkins": "node_modules/.bin/gulp jenkins",
"casper": "node_modules/casperjs/bin/casperjs test test/casperTest.js"
},
"dependencies": {
"express": "~4.0.0",
"promise": "*",
"underscore": "*",
"knockout": "^3.1.0",
"body-parser": "^1.0.2",
"static-favicon": "^1.0.2",
"errorhandler": "^1.0.0",
"method-override": "^1.0.0",
"morgan": "^1.0.0",
"requirejs": "^2.1.11",
"socket.io": "^0.9.16",
"compression": "^1.0.1",
"bower": "^1.3.2",
"mongodb": "^1.4.2"
},
"devDependencies": {
"karma": "*",
"karma-mocha": "^0.1.3",
"karma-chrome-launcher": "^0.1.3",
"karma-junit-reporter": "*",
"mocha": "^1.18.2",
"mocha-jenkins-reporter": ">=0.0.1",
"mocha-teamcity-reporter": ">=0.0.1",
"should": "^3.3.0",
"nock": "^0.27.3",
"timekeeper": "0.0.4",
"requirejs": "^2.1.11",
"karma-requirejs": "^0.2.1",
"karma-ie-launcher": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"chai": "^1.9.1",
"karma-chai": "^0.1.0",
"gulp": "^3.6.0",
"amd-optimize": "0.0.2",
"gulp-concat": "^2.2.0",
"gulp-uglify": "^0.2.1",
"gulp-less": "^1.2.3",
"gulp-minify-css": "^0.3.1",
"gulp-watch": "^0.6.2",
"gulp-plumber": "^0.6.1",
"gulp-minify-html": "^0.1.3",
"gulp-cheerio": "^0.3.0",
"gulp-coverage": "^0.1.20",
"gulp-mocha": "^0.4.1",
"gulp-jshint": "^1.5.3",
"gulp-htmlhint": "0.0.7",
"gulp-csslint": "^0.1.4",
"gulp-clean": "^0.2.4",
"event-stream": "^3.1.2",
"cheerio": "^0.15.0",
"gulp-rename": "^1.2.0",
"casperjs": "^1.1.0-beta3"
}
}