-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.18 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
{
"name": "arale-templatable",
"version": "1.0.4",
"description": "处理组件的模板渲染,混入到 Widget 中使用。",
"keywords": [
"utility",
"widget"
],
"homepage": "http://aralejs.org/templatable/",
"author": "贯高 <sakura9515@gmail.com>",
"maintainers": [
"贯高 <sakura9515@gmail.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/aralejs/templatable.git"
},
"licenses": "MIT",
"main": "index.js",
"dependencies": {
"spm-handlebars": "~1.3.1"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-istanbul": "^0.7.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"arale-widget": "~1.2.1",
"atool-doc": "^0.4.3",
"atool-test": "^0.4.13",
"jquery": "1.7.2"
},
"scripts": {
"build": "rm -rf lib && babel -d lib src",
"test": "atool-test",
"doc": "atool-doc"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"lib",
"index.js",
"package.json",
"README.md"
]
}