-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.24 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
{
"name": "zoomer",
"version": "0.0.7",
"description": "A javascript library to zoom on images",
"files": [
"dist",
"src"
],
"main": "./dist/zoomer.js",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.prod.babel.js && cp dist/zoomer.js static/zoomer.js",
"dev": "node server-dev.es5.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/vkammerer/zoomer.git"
},
"author": "Vincent Kammerer <[email protected]> (http://vincent-kammerer.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vkammerer/zoomer/issues"
},
"homepage": "https://github.com/vkammerer/zoomer#readme",
"devDependencies": {
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.4",
"babel-plugin-transform-runtime": "^6.6.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-3": "^6.5.0",
"babel-register": "^6.7.2",
"babel-runtime": "^6.6.1",
"eslint": "^2.8.0",
"eslint-config-airbnb-base": "^2.0.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^1.6.1",
"express": "^4.13.4",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.6.1"
}
}