-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
51
52
{
"name": "hmpo-frontend-toolkit",
"version": "8.1.1",
"description": "Set of common UI patterns/styles for hmpo projects",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run test-sass && npm run test-client",
"postinstall": "./build",
"test-sass": "npm-sass assets/stylesheets/app.scss > assets/stylesheets/app.css",
"test-client": "karma start ./test/client/karma.conf.js",
"lint": "eslint .",
"snyk": "snyk test"
},
"repository": {
"type": "git",
"url": "https://github.com/UKHomeOffice/passports-frontend-toolkit.git"
},
"author": "",
"license": "MIT",
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/UKHomeOffice/passports-frontend-toolkit/issues"
},
"homepage": "https://github.com/UKHomeOffice/passports-frontend-toolkit",
"dependencies": {
"browserify": "^14.5.0",
"govuk-elements-sass": "~2.1.0",
"govuk_frontend_toolkit": "^4.5.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.10.0",
"jquery": "^3.2.1",
"karma": "^1.7.1",
"karma-browserify": "^5.0.5",
"karma-chai": "0.1.0",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.0",
"lolex": "^2.1.3",
"mocha": "^4.0.1",
"npm-sass": "^2.2.1",
"phantomjs-prebuilt": "^2.1.7",
"sinon": "^4.1.1",
"sinon-chai": "^2.8.0",
"snyk": "^1.24.5",
"underscore": "^1.8.3",
"watchify": "^3.7.0"
}
}