forked from hmrc/hmrc-screens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "hmrc-screens",
"version": "1.0.0",
"description": "Prototype for documenting user journeys with screenshots",
"repository": {
"type": "git",
"url": "git+https://github.com/ian-leggett/hmrc-screens.git"
},
"author": "Ian Leggett, Gavin Wye",
"license": "ISC",
"bugs": {
"url": "https://github.com/ian-leggett/hmrc-screens/issues"
},
"homepage": "https://github.com/ian-leggett/hmrc-screens#readme",
"main": "index.js",
"scripts": {
"start": "node server.js",
"add": "node index.js",
"test": "tape test/*.js",
"test:watch": "nodemon -q --exec 'npm run test' --ignore service/",
"lint": "standard --fix"
},
"standard": {
"ignore": [
"assets/javascript/handlebars-v1.3.0.js",
"test/files/",
"service/"
]
},
"dependencies": {
"body-parser": "^1.17.2",
"cheerio": "^1.0.0-rc.1",
"colors": "^1.1.2",
"dragula": "^3.7.2",
"express": "^4.15.3",
"inquirer": "^3.0.6"
},
"devDependencies": {
"moment": "^2.18.1",
"nodemon": "^1.11.0",
"proxyquire": "^1.8.0",
"rimraf": "^2.6.1",
"sinon": "^2.3.1",
"standard": "^10.0.2",
"supertest": "^3.0.0",
"tape": "^4.6.3"
}
}