-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
{
"name": "manufractoria",
"version": "0.0.1",
"description": "Logic based puzzle game",
"main": "index.html",
"dependencies": {
"gulp-favicons": "^1.0.9",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"systemjs": "^0.19.4",
"wiredep": "^2.2.2"
},
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-favicons": "^1.0.9",
"gulp-newer": "^0.5.1",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.6",
"run-sequence": "^1.1.4"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/wkevina/manufractoria.git"
},
"keywords": [
"celestial",
"mechanics",
"math"
],
"author": [
"Kevin Ward",
"Chase Meadors"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wkevina/manufractoria/issues"
},
"homepage": "https://github.com/wkevina/manufractoria#readme"
}