forked from comozilla/parapara-canvas-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "parapara-canvas-editor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp webpack",
"build:min": "gulp webpack --min",
"build:watch": "gulp webpack --watch",
"build:browser-sync": "gulp webpack --browser-sync",
"lint": "eslint --fix --ignore-path ./.eslintignore js/ test/ gulpfile.js webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/comozilla/Parapara-Canvas-Editor.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/comozilla/Parapara-Canvas-Editor/issues"
},
"homepage": "https://github.com/comozilla/Parapara-Canvas-Editor#readme",
"dependencies": {
"webpack": "^1.13.0"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"browser-sync": "^2.12.3",
"css-loader": "^0.23.1",
"eslint": "^2.8.0",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"minimist": "^1.2.0",
"style-loader": "^0.13.1"
}
}