-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.69 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "storm-modal-gallery",
"version": "1.6.0",
"description": "Modal gallery/lightbox",
"author": "mjbp",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stormid/storm-modal-gallery.git"
},
"bugs": {
"url": "https://github.com/stormid/storm-modal-gallery/issues"
},
"main": "dist/index.js",
"keywords": [
"stormid",
"modal",
"gallery",
"lightbox",
"UI",
"component"
],
"scripts": {
"build": "gulp build",
"start": "gulp",
"test": "_mocha",
"test:watch": "NODE_ENV=test mocha --watch",
"test:coverage": "istanbul cover _mocha --report lcovonly -- -R spec && codecov"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"env"
]
}
]
]
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",
"browser-sync": "^2.17.5",
"browserify": "^13.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.2.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.11.0",
"gulp-uglify": "^2.0.0",
"gulp-wrap-umd": "^0.2.1",
"istanbul": "^1.1.0-alpha.1",
"jsdom": "^9.8.0",
"jsdom-global": "^2.1.0",
"mocha": "^5.2.0",
"object-assign": "^4.0.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"run-sequence": "^1.1.0",
"should": "^11.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}