-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 901 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
{
"name": "quote_media_sectors",
"version": "1.0.0",
"description": "Censible project",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha $(find . -name '*spec.js' -not -path './node_modules/*') -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobertChristopher/censible-quote-media-sectors.git"
},
"author": "Robert Christopher, Rashaun Stovall",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobertChristopher/censible-quote-media-sectors/issues"
},
"homepage": "https://github.com/RobertChristopher/censible-quote-media-sectors#readme",
"dependencies": {
"bluebird": "^3.3.1",
"chai": "^3.5.0",
"cheerio": "^0.20.0",
"gulp-mocha": "^2.2.0",
"superagent": "^1.7.2",
"superagent-proxy": "^1.0.0",
"superagent-retry": "^0.5.1"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}