forked from larspetrus/Roofpig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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": "roofpig",
"version": "1.0.0",
"description": "Roofpig is an animated, programmable and interactive Rubik's Cube for the modern web",
"main": "roofpig_and_three.min.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "blah test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larspetrus/Roofpig.git"
},
"keywords": [
"none"
],
"author": "Lars Petrus <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/larspetrus/Roofpig/issues"
},
"homepage": "https://github.com/larspetrus/Roofpig#readme",
"devDependencies": {
"chai": "3.5.0",
"dateformat": "1.0.12",
"del": "2.2.2",
"glob": "7.1.1",
"gulp": "3.9.1",
"gulp-coffee": "2.3.2",
"gulp-coffeescript-concat": "0.1.3",
"gulp-concat": "2.6.0",
"gulp-filenames": "4.0.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-sourcemaps": "2.1.1",
"gulp-uglify": "2.0.0",
"gulp-util": "3.0.7",
"mocha": "3.1.0"
}
}