-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
59 lines (59 loc) · 1.81 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
{
"name": "@behance/lightbox",
"version": "9.1.3",
"description": "Image lightbox",
"main": "src",
"scripts": {
"eslint": "eslint src/**/*.js test/**/*.js",
"eslint:fix": "npm run eslint -- --fix",
"test": "npm run eslint && npm run test:dev -- --single-run",
"test:dev": "env NODE_ENV=test karma start test/karma.conf.js",
"examples-simple": "webpack-dev-server --content-base examples/simple --config ./test/webpack.config.js --entry ./examples/simple"
},
"repository": {
"type": "git",
"url": "git+https://github.com/behance/lightbox.git"
},
"author": "John Refano <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/behance/lightbox/issues"
},
"homepage": "https://github.com/behance/lightbox#readme",
"dependencies": {
"hoverintent": "^1.0.3",
"idle-timer": "^1.2.0",
"jquery": "~2.1.1",
"tinycolor2": "^1.4.1",
"vanilla-touchwipe": "^1.0.0"
},
"devDependencies": {
"@claviska/jquery-offscreen": "^1.0.1",
"babel": "^6.5.2",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-behance": "^3.1.0",
"css-loader": "^0.25.0",
"es6-shim": "^0.35.1",
"eslint": "^3.7.0",
"eslint-plugin-behance": "^1.0.0",
"eslint-preset-behance": "^4.0.0",
"file-loader": "^0.9.0",
"jasmine-core": "^2.5.2",
"jasmine-fixture": "^2.0.0",
"jasmine-jquery": "^2.1.1",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"node-bourbon": "^4.2.8",
"node-sass": "^3.10.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "2.1.0-beta.7"
}
}