forked from literallycanvas/literallycanvas
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.4 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": "literallycanvas",
"version": "0.4.14",
"description": "HTML5 drawing widget",
"main": "lib/js",
"scripts": {
"dev": "gulp dev",
"prepublish": "gulp commonjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/literallycanvas/literallycanvas.git"
},
"keywords": [
"html5",
"canvas",
"drawing"
],
"author": "Steve Johnson and Cameron Paul",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/literallycanvas/literallycanvas/issues"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "~13.0.0",
"coffeeify": "^2.0.1",
"envify": "~3.4.0",
"gulp": "~3.9.0",
"gulp-babel": "^6.1.1",
"gulp-coffee": "^2.3.1",
"gulp-connect": "~2.3.1",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "~1.2.2",
"gulp-sass": "^2.1.1",
"gulp-streamify": "1.0.2",
"gulp-uglify": "~1.5.1",
"merge-stream": "^1.0.0",
"preprocessify": "0.0.6",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"streamify": "~0.2.5",
"uglify-js": "~2.6.1",
"vinyl-source-stream": "~1.1.0",
"watchify": "~3.7.0"
},
"dependencies": {
"react-addons-pure-render-mixin": "^0.14.6"
},
"peerDependencies": {
"react": "^0.14.6",
"react-dom": "^0.14.6"
}
}