-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
39 lines (39 loc) · 962 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": "alloystick",
"version": "0.5.1",
"description": "Skeleton animation for HTML5",
"main": "index.js",
"directories": {
"example": "example",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlloyTeam/AlloyStick.git"
},
"keywords": [
"canvas"
],
"author": "iconie",
"license": "GPL",
"bugs": {
"url": "https://github.com/AlloyTeam/AlloyStick/issues"
},
"homepage": "https://github.com/AlloyTeam/AlloyStick#readme",
"dependencies": {},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.5.1"
}
}