-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
57 lines (57 loc) · 1.53 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "constellation-canvas",
"description": "draws cute animated canvas constellations",
"version": "1.5.6",
"author": "Laura mayhem",
"bugs": {
"url": "https://github.com/walaura/constellation/issues",
"email": "[email protected]"
},
"dependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.9.0",
"document-ready-promise": "^3.0.1",
"es6-promise": "^4.0.5",
"es6-promise-promise": "1.0.0",
"fs-extra": "^2.0.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-mocha-phantomjs": "^0.12.0",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"raw-loader": "^0.5.1",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0",
"worker-loader": "^0.8.0",
"wrapper-webpack-plugin": "0.1.11"
},
"devDependencies": {
"eslint": "^3.16.1",
"gulp-github-release": "^1.2.0",
"mocha": "^3.2.0",
"mocha-phantomjs": "^4.1.0",
"through2": "^2.0.3"
},
"homepage": "https://walaura.github.io/constellation/",
"keywords": [
"canvas",
"es6",
"frontend",
"javascript"
],
"license": "ISC",
"main": "./dist/constellation.min.js",
"repository": {
"type": "git",
"url": "https://github.com/walaura/constellation"
},
"scripts": {
"gulp": "./node_modules/.bin/gulp",
"install": "gulp make",
"eslint": "eslint --ignore-path .gitignore .",
"release": "npm publish && npm install && gulp release",
"test": "gulp test"
}
}