-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 752 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
{
"name": "NewsEvolution",
"version": "1.0.0",
"description": "Build gifs showing the evolution of BBC News",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iainrj/NewsEvolution.git"
},
"author": "Iain Johnston",
"license": "ISC",
"bugs": {
"url": "https://github.com/iainrj/NewsEvolution/issues"
},
"homepage": "https://github.com/iainrj/NewsEvolution",
"readmeFilename": "README.md",
"dependencies": {
"lodash": "^4.11.2",
"yargs": "^4.7.1"
},
"devDependencies": {
"chai": "^3.5.0",
"sinon": "^1.17.4",
"mocha": "^2.4.5"
}
}