-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.28 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
69
70
71
72
73
74
{
"name": "modulex-split-button",
"version": "1.0.2",
"author": "yiminghe <yiminghe@gmail.com>",
"engines": {
"node": "~0.11"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/kissyteam/split-button.git"
},
"testling": {
"server": "server.js",
"html": "tests/runner.html",
"browsers": [
"ie/6..latest",
"chrome/latest",
"firefox/latest",
"safari/latest",
"iphone/6..lastest",
"ipad/6..latest",
"android-browser/latest"
]
},
"devDependencies": {
"combined-stream": "0.0.5",
"aggregate-bower": "^1.0.2",
"async": "^0.9.0",
"auto-deps": "^1.0.3",
"expect.js": "^0.3.1",
"gulp": "^3.8.7",
"gulp-clean": "^0.3.1",
"gulp-filter": "^1.0.0",
"gulp-jscs": "^1.1.0",
"gulp-less": "^1.3.6",
"gulp-jshint": "^1.8.4",
"gulp-minify-css": "^0.3.10",
"gulp-kclean": "~0.0.15",
"gulp-modulex": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"jshint": "^2.5.5",
"jshint-stylish": "^0.4.0",
"koa": "^0.11.0",
"koa-body": "^0.2.0",
"koa-mount": "^1.3.0",
"koa-serve-index": "^1.0.1",
"koa-static": "^1.4.7",
"mocha": "^1.21.4",
"node-jscover": "^0.6.8",
"node-jscover-coveralls": "^1.0.10",
"node-jscover-handler": "^1.0.3",
"simulate-dom-event": "^1.0.1",
"precommit-hook": "^1.0.7",
"xtemplate":"3.x",
"gulp-wrapper": "^0.1.5",
"gulp-xtemplate": "^1.1.0"
},
"precommit": [
"lint"
],
"scripts": {
"start": "node --harmony server",
"publish": "gulp tag",
"test": "",
"lint": "gulp lint",
"browser-test": "mocha-phantomjs http://localhost:8044/tests/browser/runner.html",
"browser-test-build": "mocha-phantomjs http://localhost:8044/tests/browser/runner.html?build",
"browser-test-cover": "mocha-phantomjs -R node_modules/node-jscover/lib/reporters/mocha/console http://localhost:8044/tests/browser/runner.html?coverage"
}
}