forked from intel/appframework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.48 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
57
58
59
60
61
62
63
{
"name": "intel-appframework",
"version": "2.1.0",
"description": "App Framework is a Javascript framework targeted at HTML5 browsers with a blazingly fast query selector library that supports W3C queries.",
"main": "appframework.min.js",
"scripts": {
"test": "grunt test",
"blanket": {
"pattern": [
"appframework.js"
]
}
},
"repository": {
"type": "git",
"url": "git://github.com/01org/appframework.git"
},
"authors": [
{
"name": "Ian Maffett",
"email": "[email protected]"
}
],
"engines": {
"node": ">=0.8.14"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/01org/appframework/issues"
},
"keywords": [
"mobile",
"app",
"html5",
"hybrid",
"cordova",
"phonegap",
"tablet",
"touch"
],
"devDependencies": {
"blanket": "~1.2.3",
"body-parser": "^1.19.0",
"chai": "~4.2.0",
"express": "~4.17.1",
"google-closure-compiler": "^20200517.0.0",
"grunt": "~1.1.0",
"grunt-banner": "~0.6.0",
"grunt-cli": "~1.3.2",
"grunt-closure-compiler": "github:11com7/grunt-closure-compiler",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-force-task": "^2.0.0",
"grunt-simple-mocha": "^0.4.1",
"jsdom": "16.2.2",
"jsdom-global": "3.0.2",
"mocha": "^7.2.0",
"sinon": "~9.0.2"
}
}