-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 KB
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
38
39
40
41
42
43
44
45
46
47
{
"name": "stop.js",
"version": "0.2.3",
"description": "The Promise base setTimeout, reduce your callback",
"main": "dist/stop.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot",
"build": "node scripts/build",
"test": "jest --coverage"
},
"keywords": [
"promise",
"stop",
"callback",
"settimeout",
"timeout",
"setimmediate",
"immediate"
],
"author": "Rocky Wu <rocky823@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.22.0",
"babel-preset-env": "^1.1.8",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.0.1",
"html-webpack-plugin": "^2.22.0",
"jest-cli": "^18.1.0",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.6.1",
"shelljs": "^0.7.6",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
},
"dependencies": {
"setimmediate": "^1.0.5"
},
"repository": "https://github.com/rwu823/stop.js.git",
"bugs": {
"url": "https://github.com/rwu823/stop.js/issues"
},
"homepage": "https://github.com/rwu823/stop.js#readme"
}