-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.62 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
55
56
57
58
59
60
61
62
{
"name": "wedding-time",
"version": "0.1.0",
"description": "Wedding website",
"author": "Michael Barlock",
"main": "index.js",
"engines": {
"node": "^4.4.3",
"npm": "^3.10.8"
},
"scripts": {
"test": "grunt test",
"start": "node index.js"
},
"dependencies": {
"angular": "^1.4.8",
"angular-bootstrap": "^0.12.2",
"angular-cookies": "^1.4.8",
"angular-resource": "^1.4.8",
"bootstrap": "^4.0.0-alpha.6",
"browserify": "^12.0.1",
"construx-browserify": "^1.0.2",
"construx": "^1.0.0",
"construx-copier": "^1.0.0",
"construx-sass": "^1.0.0",
"express": "^4.12.2",
"express-handlebars": "^2.0.1",
"kerberos": "0.0.17",
"kraken-js": "^1.0.3",
"mongoose": "^4.2.7",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"angular-mocks": "^1.4.8",
"browserify-istanbul": "^0.2.1",
"del": "^2.1.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.3.4",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.15",
"karma-browserify": "^4.4.0",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-jasmine-matchers": "^2.0.0-beta2",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^1.18.0",
"phantomjs": "^1.9.19",
"supertest": "^0.9.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}