-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 782 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 782 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
34
35
36
37
{
"name": "concretejs",
"version": "3.0.6",
"main": "build/concrete.min.js",
"keywords": [
"html5",
"canvas",
"framework",
"layering",
"hit detection"
],
"devDependencies": {
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-highlight": "^2.1.0",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^1.3.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"mocha": "^5.2.0",
"run-sequence": "^2.2.1"
},
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/ericdrowell/concrete.git"
},
"author": "Eric Rowell",
"license": "MIT",
"scripts": {
"gulp": "gulp"
}
}