-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 836 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": "suimin",
"version": "0.1.2",
"description": "sleep function for javascript",
"main": "dist/suimin.js",
"scripts": {
"build": "webpack",
"test": "mocha --compilers js:babel-register --require babel-polyfill test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kokororin/suimin.git"
},
"keywords": [
"javascript"
],
"author": "kokororin",
"license": "MIT",
"bugs": {
"url": "https://github.com/kokororin/suimin/issues"
},
"homepage": "https://github.com/kokororin/suimin#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-3": "^6.22.0",
"mocha": "^3.2.0",
"power-assert": "^1.4.2",
"webpack": "1.x"
}
}