-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 777 Bytes
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
{
"name": "work-wrap",
"version": "1.0.0",
"description": "Wrap any JS function to run in a separate WebWorker thread. Less than 1kb gzip+min.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run"
},
"author": "Pavel Dranichnikov",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"karma": "^1.6.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "git+https://github.com/kmees/karma-sinon-chai.git",
"mocha": "^2.5.3",
"promise-polyfill": "^6.0.2",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0"
}
}