forked from ecomfe/saber-firework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 996 Bytes
/
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
{
"name": "saber-firework",
"version": "1.0.0",
"description": "移动端`MVP`开发框架",
"main": "main",
"maintainers": [
{
"name": "treelite",
"email": "[email protected]"
}
],
"contributors": [
{ "name": "mycoin", "email": "[email protected]" }
],
"dependencies": {
"etpl": "~3.0.0",
"saber-viewport": "~1.0.0",
"saber-router": "~1.0.0",
"saber-dom": "~1.0.0",
"saber-emitter": "~1.0.0",
"saber-lang": "~1.0.0",
"saber-tap": "~1.0.0",
"saber-promise": "~1.0.0",
"saber-widget": "~1.0.0"
},
"scripts": {
"pretest": "node -e \"$(curl -sf http://saberlabs.github.io/static/test/depend.js)\"",
"test": "phantomjs test/run-jasmine.js test/runner.html"
},
"license": "BSD",
"repository": "git://github.com/ecomfe/saber-firework.git",
"bugs": "https://github.com/ecomfe/saber-firework/issues"
}