forked from enyojs/enyo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 891 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
{
"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"
}],
"repository": {
"type": "git", "url": "http://github.com/enyojs/enyo"
},
"dependencies": [
{"less": "1.3.3"},
{"uglify-js": "2.2.5"},
{"shelljs": "0.0.8"},
{"nopt": "2.0.0"}
]
}