-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "tesserae",
"version": "0.10.3",
"description": "Animated mosaic backgrounds with HTML5 Canvas",
"keywords": [
"mosaic",
"background",
"canvas"
],
"main": "dist/tesserae.js",
"repository": {
"type": "git",
"url": "https://github.com/cvara/tesserae.git"
},
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Christopher Varakliotis",
"license": "MIT",
"dependencies": {
"randomcolor": "^0.4.4"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.14.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-connect": "^2.2.0",
"gulp-jshint": "^1.10.0",
"gulp-livereload": "^3.8.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-webpack": "^1.5.0",
"jshint-stylish": "^2.2.0",
"run-sequence": "^1.1.0",
"webpack": "^1.13.2"
}
}