forked from strues/retinajs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.5 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": "retinajs",
"version": "2.1.0",
"license": "MIT",
"homepage": "https://github.com/imulus/retinajs",
"bugs": "https://github.com/imulus/retinajs/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/imulus/retinajs.git"
},
"keywords": [
"retina",
"images",
"@2x",
"@3x",
"retina.js"
],
"options": {
"mocha": "--require test/mocha-runner --require test/DOM test/**/*.spec.js"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.13.0",
"chai": "^3.5.0",
"del": "^2.2.0",
"eslint": "^2.9.0",
"eslint-config-axial": "^1.0.7",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-banner": "^0.1.3",
"gulp-eslint": "^2.0.0",
"gulp-inject-string": "^1.1.0",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.2.2",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-size": "^2.1.0",
"gulp-stylus": "^2.4.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"jsdom": "^9.2.1",
"less": "^2.6.1",
"mocha": "^2.4.5",
"node-sass": "^3.6.0",
"run-sequence": "^1.2.1",
"should": "^8.3.1",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"main": "./dist/retina",
"scripts": {
"test-watch": "npm run test -- --watch --watch-extensions js",
"test": "mocha $npm_package_options_mocha"
}
}