-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 954 Bytes
/
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
{
"name": "autozoom",
"version": "1.0.0",
"description": "Auto Zoom Chrome Extension",
"main": "bundle.js",
"scripts": {
"test": "./node_modules/.bin/karma start karma.conf.js --single-run=true",
"test-watch": "./node_modules/.bin/karma start karma.conf.js --single-run=false --debug=true"
},
"author": "",
"license": "ISC",
"dependencies": {
"jquery": "^3.0.0",
"lodash": "^4.13.1"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.9",
"copy-webpack-plugin": "^3.0.1",
"eslint": "^2.13.1",
"eslint-loader": "^1.3.0",
"karma": "^1.0.0",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.0.1",
"karma-webpack": "^1.7.0",
"mocha": "^2.5.3",
"mocha-loader": "^0.7.1",
"path": "^0.12.7",
"uglify-loader": "^1.3.0",
"webpack": "^1.13.1"
}
}