-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.42 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
53
54
{
"author": "Calipho SIB",
"name": "np",
"description": "np search page",
"version": "2.0.0",
"private": true,
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"start": "node app",
"unit": "node_modules/.bin/karma start test/karma.unit.js --reporters story ",
"integration": "node_modules/.bin/karma start test/karma.integration.js --reporters story "
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.13.3",
"bower-nexus3-resolver": "^1.0.4",
"clone": "^2.1.0",
"coffee-script-brunch": "1.8.1",
"cookie-parser": "^1.4.4",
"del": "^2.2.2",
"dest": "^0.3.1",
"ejs": "2.5.7",
"express": "^4.16.4",
"gulp": "^3.9.1",
"gulp-html-minifier": "0.1.8",
"gulp-rename": "1.4.0",
"gulp-replace": "1.0.0",
"gulp-vulcanize": "^6.1.0",
"parse5": "^3.0.2"
},
"devDependencies": {
"errorhandler": "^1.5.0",
"gulp-clean-css": "^4.0.0",
"gulp-copy": "4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-sequence": "^1.0.0",
"gulp-uglify": "^3.0.1",
"merge-stream": "^1.0.1",
"vulcanize": "1.15.3",
"auto-reload-brunch": "1.7.5",
"bower": "1.8.4",
"brunch": "1.7.20",
"clean-css-brunch": "1.7.1",
"css-brunch": "1.7.0",
"uglify-js-brunch": "1.7.7",
"stylus-brunch": "1.8.1",
"javascript-brunch": "1.7.1",
"keyword-brunch": "1.7.8",
"less-brunch": "1.7.2",
"bower-nexus3-resolver": "1.0.4"
}
}