This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.69 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
{
"name": "apollo-permissions-manager",
"version": "0.0.1",
"description": "Permission Management Site for Apollo",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/TAMU-CPT/apollo-permissions-manager"
},
"devDependencies": {
"admin-config": "^0.4.0",
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-aria": "1.5.5",
"angular-gravatar": "^0.4.2",
"angular-jwt": "0.0.9",
"angular-material": "1.1.0-rc.5",
"angular-material-data-table": "git+https://github.com/erasche/md-data-table.git",
"angular-material-icons": "^0.7.1",
"angular-messages": "1.5.5",
"angular-resource": "1.5.8",
"angular-route": "1.5.8",
"babel": "^5.8.23",
"babel-core": "^5.8.22",
"babel-eslint": "^7.1.0",
"babel-loader": "^5.3.2",
"chance": "^0.7.6",
"css-loader": "^0.16.0",
"eslint": "^3.9.1",
"eslint-config-google": "^0.7.0",
"extract-text-webpack-plugin": "^0.8.2",
"fakerest": "^1.1.4",
"file-loader": "^0.8.5",
"html-loader": "^0.3.0",
"jquery": "3.0.0",
"jwt-decode": "^2.0.1",
"lodash": "^4.14.1",
"md5": "^2.0.0",
"moment": "^2.10.6",
"ng-admin": "~0.9.0",
"ngstorage": "^0.3.11",
"node-sass": "^3.3.2",
"restangular": "^1.5.2",
"sass-loader": "^2.0.1",
"sinon": "ubervu/Sinon.JS",
"style-loader": "^0.12.3",
"underscore": "^1.8.3",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TAMU-CPT",
"license": "AGPL-3.0",
"dependencies": {
"gh-pages": "^1.1.0"
}
}