-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 845 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
{
"name": "worker-trials",
"version": "1.0.0",
"description": "",
"main": "worker.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"http-serve": "^1.0.1",
"mocha": "^4.0.1",
"path": "^0.12.7",
"pseudo-worker": "^1.1.1",
"sinon": "^4.0.1",
"sinon-chai": "^2.14.0",
"xmlhttprequest": "^1.8.0"
},
"dependencies": {
"pouchdb": "^6.3.4",
"ramda": "^0.24.1",
"uuid": "^3.1.0"
},
"scripts": {
"build": "webpack --progress --colors --watch",
"test": "mocha --require babel-register test/unit/*.spec.js --reporter spec||exit 0"
},
"author": "",
"license": "ISC"
}