-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "coloring-book",
"version": "0.0.1",
"description": "Coloring Book of Group Theory. You might know of coloring books as a childhood amusement or as a means to adult relaxation. How about as a medium to teach the mathematics of group theory? Come color on the walls, interact with mathematical animations, and learn more about the beauty of math.",
"engines": {
"node": "6.9.5"
},
"dependencies": {
"babel-preset-env": "^1.4.0",
"express": "^4.17.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-batch": "^1.0.5",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.0.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-run": "^1.7.1",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"jshint": "^2.10.2",
"pump": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"postinstall": "gulp build --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aberke/coloring-book.git"
},
"keywords": [
"group",
"theory",
"math",
"coloring",
"book",
"tessellation",
"wallpaper"
],
"author": "Alex Berke",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/aberke/coloring-book/issues"
},
"homepage": "https://github.com/aberke/coloring-book#readme"
}