forked from intel/webapps-tenframe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 958 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
27
28
29
30
31
32
33
34
35
{
"name": "Tenframe",
"version": "1.0.7",
"description": "Math games for children",
"main": "js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/01org/webapps-tenframe"
},
"author": "Todd Brandt <[email protected]>",
"license": "APL v2",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-tizen": "~0.1.1",
"grunt-crosswalk": "*",
"async": "~0.2.6",
"node-native-zip": "~1.1.0",
"xml2js": "~0.2.6",
"grunt-contrib-htmlmin": "~0.1.1",
"grunt-contrib-imagemin": "~0.1.2",
"grunt-contrib-requirejs": "~0.4.0",
"lodash": "~1.1.1",
"connect": "~2.7.4",
"bower": "~0.8.6",
"grunt-release": "~0.6.0"
}
}