forked from imgly/imgly-sdk-html5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.82 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
{
"name": "imglykit-sdk",
"version": "2.0.3-13",
"description": "img.ly filters sdk for the web",
"repository": "",
"author": "img.ly <[email protected]>",
"license": "BSD",
"scripts": {
"test": "NODE_ENV=test node_modules/.bin/mocha --harmony --require should --require babel/register --reporter spec test/*.test.js test/**/*.test.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | node_modules/.bin/coveralls && rm -rf ./coverage",
"coverage": "NODE_ENV=test node_modules/.bin/istanbul cover node_modules/.bin/_mocha -x **/ui/** -x **webgl** -- --harmony --require should --require babel/register -R spec test/*.test.js test/**/*.test.js"
},
"devDependencies": {
"babel-core": "^5.5.1",
"babel-loader": "^5.1.4",
"brfs": "^1.4.0",
"browser-sync": "^1.3.3",
"canvas": "^1.2.9",
"classnames": "^2.1.3",
"compass-mixins": "^0.12.7",
"coveralls": "^2.11.2",
"gulp": "^3.8.10",
"gulp-clean": "~0.3.0",
"gulp-if": "^1.2.4",
"gulp-load-plugins": "^0.5.3",
"gulp-notify": "^1.3.1",
"gulp-plumber": "^0.6.4",
"gulp-rename": "~1.2.0",
"gulp-sass": "^2.0.4",
"gulp-sequence": "^0.4.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-standard": "^5.2.2",
"gulp-util": "~2.2.16",
"gulp-webpack": "^1.4.0",
"gulp-yuicompressor": "0.0.3",
"istanbul": "^0.3.2",
"jaguarjs-jsdoc": "0.0.1",
"jshint-stylish": "^1.0.1",
"mocha": "^2.0.1",
"mocha-lcov-reporter": "0.0.1",
"node-libs-browser": "^0.5.2",
"run-sequence": "~0.3.6",
"should": "^4.3.0",
"sinon": "^1.12.1",
"transform-loader": "^0.2.2",
"vinyl-source-stream": "0.1.1",
"webpack": "^1.9.10",
"webpack-notifier": "^1.2.1"
},
"dependencies": {
"babel": "^5.5.3",
"brfs": "^1.2.0",
"dot": "^1.0.3",
"json-loader": "^0.5.2"
}
}