-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "chinese-proofreader",
"version": "1.0.0",
"description": "Chrome Extension proofreading Chinese on the Web",
"main": "index.js",
"dependencies": {
"babel-core": "^6.9.1",
"jquery": "^3.0.0",
"lodash": "^4.13.1",
"raw-loader": "^0.5.1",
"segment": "^0.1.3"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"style-loader": "^0.13.1"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register test/*spec.js",
"itest": "webpack && cp test/test.html dist/ && http-server dist",
"build": "webpack && cp chrome/manifest.json dist/chrome/ && cp chrome/style.css dist/chrome/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vincentlaucy/chinese-proofreader.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vincentlaucy/chinese-proofreader/issues"
},
"homepage": "https://github.com/vincentlaucy/chinese-proofreader#readme"
}