-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (48 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
42
43
44
45
46
47
48
{
"name": "wsbf.net",
"version": "0.0.0",
"description": "The WSBF website, written in Angular.",
"repository": "wsbf/wsbf.net",
"dependencies": {
"gulp": "^4.0.0",
"gulp-csso": "^2.0.0",
"gulp-eslint": "^3.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-newer": "^1.2.0",
"gulp-symlink": "^2.1.4",
"gulp-uglify": "^1.5.4",
"angular": "^1.5.7",
"angular-animate": "^1.5.7",
"angular-ui-bootstrap": "^0.14.3",
"angular-resource": "^1.5.7",
"@uirouter/angularjs": "^0.3.2",
"bootstrap": "^3.3.7",
"font-awesome": "^4.4.0",
"html5shiv": "^3.7.3",
"lodash": "^4.17.19",
"ng-file-upload": "^12.2.12",
"videogular": "^1.4.4",
"videogular-controls": "^1.4.4",
"videogular-themes-default": "^1.4.4"
},
"devDependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"jasmine-core": "^2.4.1",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"morgan": "^1.9.1",
"angular-mocks": "^1.5.7",
"jquery": "^1.9.1"
},
"scripts": {
"postinstall": "cd client; ln -s ../node_modules node_modules; cd ..",
"start": "node dev/server.js",
"lint": "gulp lint",
"test": "karma start test/karma.conf.js --single-run",
"build": "gulp"
},
"author": "Benjamin Shealy",
"license": "ISC"
}