forked from intel/webapps-slider-puzzle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "SliderPuzzle",
"version": "2.0.7",
"description": "Slider Puzzle",
"main": "app/js/amd-config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/01org/webapps-slider-puzzle.git"
},
"author": "Elliot Smith",
"license": "MIT",
"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.2",
"grunt-crosswalk": "~0.0.1",
"async": "~0.2.6",
"node-native-zip": "~1.1.0",
"lodash": "~1.1.1",
"xml2js": "~0.2.6",
"grunt-contrib-imagemin": "~0.1.2",
"grunt-contrib-htmlmin": "~0.1.1",
"connect": "~2.7.4",
"grunt-release": "~0.6.0",
"grunt-requirejs": "~0.4.0",
"bower": "~0.8.6",
"grunt-dustjs": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"amdefine": "0.0.4",
"requirejs": "~2.1.5",
"grunt-mocha-test": "~0.2.2",
"chai": "~1.6.0",
"grunt-contrib-jshint": "~0.4.3"
}
}