-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "CanvasTools",
"version": "1.0.0",
"description": "Screenshot tool based on canvas",
"main": "index.js",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/S-mohan/canvasTools.git"
},
"keywords": [
"canvas",
"screenshot",
"captures",
"tools",
"tools",
"javascript"
],
"author": "smohan <https://smohan.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/S-mohan/canvasTools/issues"
},
"homepage": "https://github.com/S-mohan/canvasTools",
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"extract-loader": "^0.1.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"node-sass": "^4.5.3",
"optimize-css-assets-webpack-plugin": "^1.3.2",
"postcss-loader": "^2.0.5",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.1",
"webpack": "^2.6.1"
},
"dependencies": {}
}