-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
67 lines (67 loc) · 2.01 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
{
"name": "qualityfaster",
"author": "Sam Hatoum",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/xolvio/qualityfaster",
"scripts": {
"install": "meteor npm install --prefix src",
"watch": "gulp -S",
"watch:client-unit": "gulp -S watchClientUnit",
"watch:server-unit": "gulp -S watchServerUnit",
"watch:domain": "gulp -S watchDomain",
"watch:endToEnd": "gulp -S watchEndToEnd",
"test": "gulp -S test",
"test:client-unit": "gulp -S clientUnit",
"test:server-unit": "gulp -S serverUnit",
"test:domain": "gulp -S domain",
"test:endToEnd": "gulp -S endToEnd",
"start": "gulp -S startApplicationServer"
},
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.22.0",
"babel-preset-stage-2": "^6.13.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"chimp": "^0.47.2",
"cross-env": "^2.0.1",
"electron": "^1.6.2",
"enzyme": "^2.7.1",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-spawn-mocha": "^3.1.0",
"gulp-util": "^3.0.7",
"istanbul": "^0.4.5",
"karma": "^1.2.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-quiet-reporter": "^0.1.2",
"karma-source-map-support": "^1.2.0",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"require-main-filename": "^1.0.1",
"run-sequence": "^1.2.2",
"shelljs": "^0.7.4",
"testdouble": "2.0.1",
"underscore": "^1.8.3",
"wallabify": "0.0.15",
"watchify": "^3.7.0",
"webpack": "^2.2.1"
}
}