-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.61 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.61 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
60
61
62
63
64
65
66
67
{
"name": "kg-xtemplate",
"version": "4.3.0",
"author": "yiminghe <yiminghe@gmail.com>",
"engines": {
"node": ">=0.10"
},
"keywords": [
"template",
"template engine",
"browser",
"nodejs"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/kissy/xtemplate.git"
},
"devDependencies": {
"combined-stream": "0.0.5",
"expect.js": "^0.3.1",
"gh-history": "^1.0.0",
"gulp": "^3.8.7",
"gulp-filter": "^1.0.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.0.5",
"gulp-kclean": "^0.0.13",
"gulp-modulex": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.1",
"gulp-wrapper": "^0.1.5",
"gulp-xtemplate": "^1.2.2",
"jquery": "^1.11.2",
"kison": "^0.3.3",
"modulex": "^1.7.4",
"modulex-promise": "^1.1.3",
"modulex-util": "^1.1.5",
"node-uuid": "^1.4.2",
"precommit-hook": "^1.0.7",
"rc-server": "^1.4.3",
"rc-tools": "^1.1.5",
"xtpl": "^3.0.0"
},
"precommit": [
"lint"
],
"config": {
"port": 8002
},
"spm": {},
"scripts": {
"start": "node --harmony node_modules/.bin/rc-server",
"lint": "rc-tools run lint",
"saucelabs": "rc-tools run saucelabs",
"test": "node --harmony ./node_modules/rc-server/node_modules/mocha/bin/mocha -R list tests/node/specs",
"browser-test": "rc-tools run browser-test",
"browser-test-cover": "rc-tools run browser-test-cover"
},
"publishConfig": {
"registry": "http://registry.npm.alibaba-inc.com"
},
"dependencies": {
"gulp-tap": "~0.1.3"
}
}