-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.52 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
{
"name": "kissy-xtemplate",
"version": "0.4.3",
"main": "./index.js",
"description": "XTemplate compiler for KISSY",
"author": {
"name": "daxingplay",
"email": "[email protected]"
},
"contributors": [
"yiminghe <[email protected]>",
"guangwong <[email protected]>"
],
"homepage": "https://github.com/daxingplay/kissy-xtemplate",
"keywords": [
"xtemplate",
"build",
"kissy",
"compiler"
],
"bugs": {
"url": "https://github.com/daxingplay/kissy-xtemplate/issues"
},
"engines": {
"node": ">=0.8.0"
},
"directories": {
"lib": "./lib/"
},
"dependencies": {
"esprima": "~1.1.1",
"escodegen": "~1.3.2",
"iconv-lite": ">=0.1.0",
"colors": ">=0.6.0-1",
"js-beautify": "~1.4.0",
"mkdirp": "",
"lodash": "",
"commander": "",
"event-stream": "~3.1.1",
"node.extend": "~1.0.10",
"logger-manager": "*"
},
"devDependencies": {
"mocha": "~1.4.1",
"should": "~0.6.3"
},
"bin": {
"xtemplate": "./bin/xtemplate"
},
"scripts": {
"test": "mocha"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/daxingplay/kissy-xtemplate/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/daxingplay/kissy-xtemplate.git"
},
"readmeFilename": "README.md"
}