This repository was archived by the owner on May 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 KB
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": "ebagis",
"version": "0.0.25",
"description": "SPA frontend for the PSU CSAR eBAGIS project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Jarrett Keifer",
"email": "jkeifer@pdx.edu",
"url": "https://github.com/jkeifer"
},
"license": "",
"keywords": [
"angular",
"typescript"
],
"repository": "https://github.com/PSU-CSAR/ebagis-ui",
"dependencies": {
"angular-ui-bootstrap": "^1.3.3",
"connect-history-api-fallback": "^1.2.0",
"express": "^4.13.3",
"gulp-bump": "^2.4.0",
"yargs": "^6.3.0"
},
"devDependencies": {
"add-stream": "^1.0.0",
"browser-sync": "^2.13.0",
"connect-history-api-fallback": "^1.2.0",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-concat": "^2.5.2",
"gulp-concat-css": "^2.2.0",
"gulp-cssnano": "^2.1.0",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.1",
"gulp-inject": "^3.0.0",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-tslint": "^3.3.0-beta",
"gulp-typescript": "^2.8.3",
"gulp-uglify": "^1.2.0",
"main-bower-files": "^2.13.1",
"path": "^0.12.7",
"underscore": "^1.8.3",
"wiredep": "^3.0.0"
}
}