forked from jashkenas/backbone
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 974 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
{
"name": "skylark-backbone",
"version": "0.9.0",
"description": "A version of backbone that ported to running on skylarkjs.",
"keywords": [
"skylark",
"skylarkjs",
"backbone"
],
"dependencies": {
"skylark-domx-plugins-base": "git+https://github.com/skylark-domx-plugins/skylark-domx-plugins-base.git",
"skylark-data-entities": "git+https://github.com/skylark-data/skylark-data-entities.git",
"skylark-jquery": "git+https://github.com/skylark-integration/skylark-jquery.git",
"skylark-langx": "git+https://github.com/skylark-langx/skylark-langx.git",
"skylark-underscore": "git+https://github.com/skylark-integration/skylark-underscore.git"
},
"files": [
"demo/",
"dist/",
"src/",
"skins/"
],
"scripts": {
"build": "slib build ."
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/skylark-integration/skylark-backbone.git"
}
}