forked from walmartlabs/fruit-loops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.14 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
{
"name": "fruit-loops",
"version": "0.16.1",
"description": "",
"keywords": [],
"authors": [
"Kevin Decker <[email protected]> (http://incaseofstairs.com)"
],
"repository": {
"type": "git",
"url": "git://github.com/walmartlabs/fruit-loops.git"
},
"engines": {
"node": ">=0.8"
},
"main": "./lib",
"dependencies": {
"async": "~0.2.9",
"cheerio": "git+https://github.com/kpdecker/cheerio.git",
"contextify": "~0.1.6",
"lodash": "~2.4.1",
"nipple": "~2.2.0",
"printf": "~0.1.1",
"request": "~2.14.0",
"source-map": "~0.1.8"
},
"devDependencies": {
"catbox": "4.x.x",
"catbox-memory": "~1.0.1",
"chai": "~1.9.0",
"chai-properties": "^1.1.0",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.8",
"grunt-contrib-jshint": "~0.4.3",
"grunt-mocha-cov": "~0.2.1",
"hapi": "7.x.x",
"mocha": "~1.9",
"sinon": "~1.6.0",
"sinon-chai": "~2.4.0"
},
"scripts": {
"blanket": {
"pattern": "//^((?!/node_modules/)(?!/test/).)*$/",
"data-cover-flags": {
"branchTracking": true
}
},
"test": "./node_modules/.bin/grunt test"
}
}