-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 Bytes
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
{
"name": "checkman.io",
"version": "0.0.0",
"description": "",
"main": "index.html",
"dependencies": {
"pointer-lock": "0.0.4"
},
"devDependencies": {
"cheerio": "^0.19.0",
"coffee-script": "^1.10.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-bump": "^0.3.1",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^1.2.0",
"gulp-ng-annotate": "^0.5.3",
"gulp-ng-templates": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-sass": "^1.3.3",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.5",
"gulp-symlink": "^2.1.3",
"gulp-uglify": "^1.5.1",
"merge-stream": "^0.1.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jordan Checkman",
"license": "MIT"
}