-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
60 lines (60 loc) · 1.71 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
{
"name": "modulex",
"version": "1.7.7",
"author": "yiminghe <yiminghe@gmail.com>",
"engines": {
"node": ">=0.11"
},
"main": "build/modulex-nodejs.js",
"devDependencies": {
"combo-handler": "~1.1.0",
"expect.js": "^0.3.1",
"gulp": "^3.8.7",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.3.4",
"gulp-footer": "^1.0.5",
"gulp-jscs": "^1.1.0",
"gulp-jshint": "^1.8.4",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-wrapper": "^0.1.5",
"jquery": "^1.11.1",
"jshint": "^2.5.5",
"jshint-stylish": "^0.4.0",
"koa": "~0.14.0",
"koa-body": "~0.4.0",
"koa-node-jscover": "~1.1.1",
"koa-serve-index": "~1.0.1",
"koa-static": "~1.4.8",
"mocha": "^1.21.4",
"node-jscover": "^0.6.10",
"node-jscover-coveralls": "^2.0.0",
"precommit-hook": "^1.0.7",
"q": "^1.0.1",
"saucelabs-runner": "2.x"
},
"spm": {},
"precommit": [
"lint"
],
"config": {
"port": 8000
},
"scripts": {
"start": "node --harmony server",
"lint": "gulp lint",
"publish": "gulp tag",
"saucelabs": "gulp saucelabs",
"test": "node ./node_modules/mocha/bin/mocha tests/node/specs",
"browser-test": "mocha-phantomjs http://localhost:$npm_package_config_port/tests/runner.html",
"browser-test-cover": "mocha-phantomjs -R node_modules/node-jscover-coveralls/lib/reporters/mocha http://localhost:$npm_package_config_port/tests/runner.html?coverage",
"browser-test-build": "mocha-phantomjs http://localhost:$npm_package_config_port/tests/runner.html?build"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/kissyteam/modulex.git"
}
}