-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
70 lines (70 loc) · 1.78 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
63
64
65
66
67
68
69
70
{
"name": "berkeley-scheduler",
"version": "0.1.0",
"description": "A scheduler builder for UC Berkeley students",
"main": "index.html",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/mDibyo/berkeley-scheduler.git"
},
"keywords": [
"berkeley scheduler",
"uc berkeley",
"schedule",
"builder",
"scheduler",
"angular",
"js"
],
"author": "Dibyo Majumdar",
"license": "BSD 2-Clause",
"bugs": {
"url": "https://github.com/mDibyo/berkeley-scheduler/issues"
},
"devDependencies": {
"@types/angular": "^1.6.1",
"@types/angular-cookies": "^1.4.2",
"@types/angular-local-storage": "^0.1.33",
"@types/angular-material": "^1.1.44",
"@types/angular-ui-router": "^1.1.36",
"@types/angulartics": "^1.3.1",
"browserify": "~13.0.0",
"ghooks": "^1.3.2",
"gulp": "^3.9.1",
"gulp-streamify": "~1.0.2",
"gulp-svg-sprite": "^1.3.3",
"gulp-typescript": "^3.1.3",
"gulp-uglify": "~1.5.3",
"typescript": "^2.0.10",
"vinyl-source-stream": "~1.1.0"
},
"dependencies": {
"angular": "1.5.11",
"angular-animate": "1.5.8",
"angular-aria": "~1.5.5",
"angular-contenteditable": "^0.3.9",
"angular-cookies": "~1.5.5",
"angular-local-storage": "^0.5.0",
"angular-material": "1.1.1",
"angular-messages": "~1.5.5",
"angular-sanitize": "~1.5.5",
"angular-ui-router": "^1.0.0-rc.1",
"angulartics": "~1.0.3",
"angulartics-google-analytics": "~0.1.4",
"file-saver": "^1.3.2",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.1",
"ical-generator": "^0.2.7",
"jscs-stylish": "^0.3.1",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1"
},
"config": {
"ghooks": {
"pre-commit": "npm run test"
}
}
}