-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.48 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.48 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
48
49
50
51
52
53
54
55
56
57
{
"name": "in-progress",
"version": "0.8.3",
"description": "Prevent screen transition if any state changed.",
"main": "dist/inprogress.js",
"files": [
"dist/inprogress.js"
],
"scripts": {
"prepublish": "npm run build",
"build": "gulp build",
"lint": "standard --parser babel-eslint",
"test": "istanbul cover _mocha -- --require babel-register --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Leko/in-progress.js.git"
},
"keywords": [
"beforeunload",
"form",
"promise"
],
"author": "Leko <leko.noor@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Leko/in-progress.js/issues"
},
"homepage": "https://github.com/Leko/in-progress.js#readme",
"dependencies": {
"deep-equal": "^1.0.1",
"form-serialize": "^0.7.1"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.23.0",
"gulp": "^3.9.1",
"gulp-gzip": "^1.4.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"istanbul": "^1.1.0-alpha.1",
"jsdom": "^9.11.0",
"mocha": "^3.2.0",
"mocha-jsdom": "^1.1.0",
"pump": "^1.0.2",
"sinon": "^1.17.7",
"standard": "^9.0.1",
"webpack-stream": "^3.2.0"
}
}