forked from enyojs/enyo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.34 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "enyojs",
"filename": "enyo.js",
"version": "2.5.0-pre.1",
"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"
}
],
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"repository": {
"type": "git",
"url": "http://github.com/enyojs/enyo"
},
"dependencies": {
"less": "1.7.0",
"uglify-js": "2.2.5",
"shelljs": "0.2.6",
"nopt": "2.1.2"
},
"devDependencies": {
"body-parser": "^1.9.2",
"chai": "~1.9.2",
"express": "^4.10.2",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-exec": "~0.4.5",
"grunt-mocha-phantomjs": "~0.5.0",
"istanbul": "^0.3.5",
"jshint": "~2.5.1",
"mocha": "~1.20.0",
"mocha-phantomjs": "~3.4.1",
"sinon": "~1.8.1",
"sinon-chai": "~2.5.0"
}
}