forked from enyojs/enyo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 935 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
{
"name": "enyojs",
"filename": "enyo.js",
"version": "2.3.0",
"description":"Enyo is an open source object-oriented JavaScript framework emphasizing encapsulation and modularity. Enyo contains everything you need to create a fast, scalable mobile or web application.",
"homepage": "http://enyojs.com/",
"bugs": "http://jira.enyojs.com/",
"keywords": [ "framework", "toolkit", "components", "mobile", "webOS" ],
"maintainers": [{
"name": "Enyo JS Framework Team",
"web": "http://enyojs.com/"
}],
"licenses": [{
"type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"bugs": "https://jira.enyojs.com/",
"repository": {
"type": "git", "url": "http://github.com/enyojs/enyo"
},
"dependencies": [
{"less": "1.3.0"},
{"uglify-js": ">=2.6.0"},
{"shelljs": ">=0.8.5"},
{"nopt": "2.0.0"}
]
}