forked from enyojs/enyo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 775 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "enyo",
"filename": "enyo.js",
"version": "2.0.0-beta.4",
"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/",
"keywords": [ "framework", "toolkit", "components", "mobile", "webOS" ],
"maintainers": [{
"name": "Enyo JS Framework Team (HP)",
"web": "http://enyojs.com/"
}],
"licenses": [{
"type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"bugs": "https://github.com/enyojs/enyo/issues/",
"repositories": [{
"type": "git", "url": "http://github.com/enyojs/enyo"
}]
}