-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
40 lines (40 loc) · 949 Bytes
/
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
{
"name": "slimmage",
"description": "Sane responsive images in the browser",
"version": "0.4.1",
"homepage": "https://github.com/imazen/slimmage",
"scripts": {
"test": "grunt test",
"build": "grunt compile"
},
"licenses": [
{
"type": "MIT",
"url": "LICENSE-MIT.txt"
}
],
"engines": {
"node": ">=0.10"
},
"keywords": [],
"devDependencies": {
"chai": "^1.9.2",
"chai-as-promised": "^4.1.1",
"colors": "^1.0.3",
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-env": "^0.4.2",
"grunt-gcc-rest": "^0.1.5",
"grunt-mocha": "^0.4.11",
"grunt-mocha-webdriver": "^1.1.2",
"grunt-newer": "^1.0.0",
"grunt-saucelabs": "*",
"grunt-simple-mocha": "^0.4.0",
"lodash": "^2.4.1",
"phantomjs": "^1.9.12",
"wd": "^0.3.10"
}
}