forked from praekeltfoundation/nurseconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.32 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
{
"name": "nurseconnect",
"version": "0.0.1",
"description": "frontend templates for NurseConnect project",
"main": " ",
"scripts": {
"gulp": "gulp --",
"test": "echo \"Error: no test specified\" && exit 1",
"backstop-ref": "cd node_modules/backstopjs && npm run reference -- --configPath=../../backstop_tests/all.js",
"backstop-clear": "rm -rf backstop_data/bitmaps_test",
"backstop-test": "cd node_modules/backstopjs && npm run test -- --configPath=../../backstop_tests/all.js",
"backstop-report": "cd node_modules/backstopjs && npm run openReport -- --configPath=../../backstop_tests/all.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/praekelt/nurseconnect.git"
},
"devDependencies": {
"backstopjs": "^1.2.1",
"bourbon": "^4.2.7",
"breakpoint-sass": "^2.7.0",
"browser-sync": "^2.13.0",
"del": "^2.2.1",
"glob": "^7.0.5",
"grunticon-lib": "^1.0.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bless": "^3.1.0",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-pixrem": "^1.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sass-lint": "^1.2.0",
"gulp-svgmin": "^1.2.2",
"gulp-watch": "^4.3.8",
"run-sequence": "^1.2.1",
"sanitize.css": "^4.0.0",
"yargs": "^4.7.1"
}
}