-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 935 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 935 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
38
39
{
"name": "easyrender",
"version": "1.0.0",
"description": "a lite framework for canvas",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/semdy/easyrender.git"
},
"keywords": [
"canvas",
"render",
"html5"
],
"author": "semdy",
"license": "MIT",
"bugs": {
"url": "https://github.com/semdy/easyrender/issues"
},
"homepage": "https://github.com/semdy/easyrender#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-html-replace": "^1.6.2",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-run-sequence": "^0.3.2",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1"
},
"dependencies": {}
}