-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 913 Bytes
/
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
{
"name": "canvas-sprite",
"version": "0.0.1",
"description": "canvas sprite",
"main": "index.js",
"scripts": {
"dev": "./node_modules/.bin/webpack-dev-server --env=dev",
"tsc": "tsc",
"test": "gulp test",
"release":"gulp release",
"publish":"gulp publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pallyoung/canvas-sprite.git"
},
"keywords": [
"canvas",
"html",
"js",
"animation"
],
"author": "Spencer Ye",
"license": "ISC",
"bugs": {
"url": "https://github.com/pallyoung/canvas-sprite/issues"
},
"homepage": "https://github.com/pallyoung/canvas-sprite#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"shelljs": "^0.7.8",
"ts-loader": "^2.2.1",
"typescript": "^2.4.1",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
}
}