-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.54 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
{
"name": "Course-Builder",
"version": "1.0.0",
"description": "a Course organizer, designer, and builder for teachers",
"main": "index.js",
"scripts": {
"start": "gulp serve",
"postinstall": "bower cache clean && bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/drabinowitz/2014-10-solo"
},
"author": "drabinowitz",
"license": "ISC",
"bugs": {
"url": "https://github.com/drabinowitz/2014-10-solo/issues"
},
"homepage": "https://github.com/drabinowitz/2014-10-solo",
"devDependencies": {
"browser-sync": "^1.7.2",
"expect.js": "^0.3.1",
"jasmine-core": "^2.1.2",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.5",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.3.2",
"karma-mocha": "^0.1.9",
"karma-nested-reporter": "^0.1.3",
"karma-nyan-reporter": "0.0.50",
"karma-phantomjs-launcher": "^0.1.4",
"karma-unicorn-reporter": "^0.1.4",
"mocha": "^2.0.1"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^2.3.11",
"body-parser": "^1.9.3",
"bookshelf": "^0.7.9",
"bower": "^1.3.12",
"chai": "^1.10.0",
"cookie-parser": "^1.3.3",
"express": "^4.10.4",
"express-session": "^1.9.2",
"gulp": "^3.8.10",
"gulp-nodemon": "^1.0.4",
"gulp-shell": "^0.2.11",
"knex": "^0.7.3",
"passport": "^0.2.1",
"passport-github": "^0.1.5",
"passport-local": "^1.0.0",
"path": "^0.4.9",
"request": "^2.49.0",
"require": "^2.4.17",
"sqlite3": "^3.0.4",
"url": "^0.10.1"
}
}