-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 815 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 815 Bytes
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
{
"name": "node-putcast",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "eslint .",
"test": "node node_modules/.bin/mocha"
},
"author": "Simon Taylor <[email protected]> (https://github.com/s-taylor)",
"license": "ISC",
"dependencies": {
"express": "^4.12.4",
"jade": "^1.10.0",
"lodash": "^3.9.3",
"moment": "^2.10.2",
"q": "^1.3.0",
"request": "^2.58.0"
},
"engines": {
"node": "7.2.0"
},
"devDependencies": {
"eslint": "^2.12.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.4.2",
"eslint-plugin-react": "^5.1.1",
"mocha": "^2.4.5",
"must": "^0.13.1",
"nock": "^8.0.0",
"parse-rss": "^1.0.3"
}
}