-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
47 lines (47 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
{
"name": "fis3-base",
"version": "0.1.0",
"description": "基于fis3的纯前端解决方案,拿来即用的fis3脚手架。",
"main": "fis-conf.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yanhaijing/fis3-base.git"
},
"author": {
"name": "yanhaijing",
"email": "yanhaijing@yeah.net",
"url": "http://yanhaijing.com"
},
"license": [
{
"type": "MIT",
"url": "https://github.com/yanhaijing/fis3-base/blob/master/MIT-LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/yanhaijing/fis3-base/issues"
},
"homepage": "https://github.com/yanhaijing/fis3-base",
"dependencies": {
"@jsmini/clone": "0.3.0",
"@jsmini/console": "0.6.0",
"@jsmini/event": "0.5.1",
"@jsmini/extend": "0.2.0",
"@jsmini/guid": "0.6.0",
"@jsmini/inherits": "0.5.0",
"@jsmini/is": "0.4.0",
"@jsmini/load": "0.1.0",
"@jsmini/pubsub": "0.1.0",
"@jsmini/querystring": "0.1.0",
"@jsmini/type": "0.4.0",
"@jsmini/url": "0.1.0",
"data_js": "0.3.0",
"template_js": "0.6.1"
}
}