-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
55 lines (55 loc) · 1.23 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
{
"name": "cubejs",
"version": "1.3.2",
"description": "JavaScript library for modeling and solving the 3x3x3 Rubik's Cube",
"author": {
"name": "akheron",
"url": "http://www.digip.org/about/"
},
"maintainers": [
{
"name": "ldez",
"url": "https://twitter.com/ludnadez"
}
],
"license": "MIT",
"homepage": "https://github.com/ldez/cubejs#readme",
"bugs": {
"url": "https://github.com/ldez/cubejs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ldez/cubejs.git"
},
"keywords": [
"rubik's cube",
"3x3",
"scrambler",
"solver"
],
"main": "index.js",
"scripts": {
"build": "gulp",
"test": "gulp test",
"test:auto": "gulp test:auto",
"demo:build": "gulp demo:build",
"prepublish": "gulp build"
},
"devDependencies": {
"coffeelint": "^2.1.0",
"coffeescript": "^2.7.0",
"del": "^6.0.0",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"gulp-coffee": "^3.0.2",
"gulp-coffeelint": "^0.6.0",
"jasmine-core": "^3.2.1",
"karma": "^6.3.16",
"karma-coffee-preprocessor": "^1.0.1",
"karma-jasmine": "^4.0.1",
"karma-firefox-launcher": "^2.1.3"
},
"dependencies": {
"npm": "^7.15.1"
}
}