-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
96 lines (96 loc) · 2.71 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "de-la-soul",
"version": "1.0.0",
"description": "live music event search app",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "./node_modules/.bin/karma start --single-run",
"build": "webpack --progress --colors --config webpack.prod.config.js",
"postinstall": "bower cache clean && bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/De-La-Soul.git"
},
"author": "Claire Bendersky, Cristian Avalos, Musin Abdul-Musawwir, Phillip Ventura",
"license": "ISC",
"homepage": "https://github.com/De-La-Soul-Thesis#readme",
"dependencies": {
"angular": "^1.4.5",
"angular-bootstrap": "^0.12.2",
"angular-mocks": "^1.4.5",
"assert": "^1.3.0",
"async": "^1.4.2",
"async-series": "0.0.1",
"aws-sign2": "^0.5.0",
"bl": "^1.0.0",
"body-parser": "^1.13.3",
"bootstrap": "^3.3.5",
"bower": "1.5.2",
"caseless": "^0.11.0",
"chai": "^3.2.0",
"combined-stream": "^1.0.5",
"dotenv": "^2.0.0",
"eventbrite": "^0.1.6",
"eventful-node": "^1.1.1",
"express": "^4.13.3",
"extend": "^3.0.0",
"form-data": "^0.2.0",
"gulp-jshint": "^1.11.2",
"gulp-shell": "^0.4.3",
"har-validator": "^1.8.0",
"hawk": "^3.1.0",
"http-signature": "^0.11.0",
"isstream": "^0.1.2",
"jasmine": "^2.3.2",
"jquery": "^1.7.4",
"jshint": "^2.8.0",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-cli": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^2.2.5",
"nodemon": "^1.4.1",
"oauth-sign": "^0.8.0",
"pg": "4.4.1",
"phantomjs": "^1.9.18",
"request": "^2.61.0",
"stringstream": "0.0.4",
"tough-cookie": "^2.0.0",
"tunnel-agent": "^0.4.1"
},
"devDependencies": {
"angular-mocks": "^1.5.0",
"css-loader": "^0.23.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-jasmine-html-reporter": "^0.2.0",
"karma-jasmine-runner-reporter": "^0.2.0",
"karma-mocha-reporter": "^1.2.1",
"karma-phantomjs-launcher": "^0.2.3",
"karma-requirejs": "^0.2.5",
"raw-loader": "^0.5.1",
"requirejs": "^2.1.22",
"style-loader": "^0.13.0",
"supertest": "^1.1.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"bugs": {
"url": "https://github.com/De-La-Soul-Thesis/issues"
}
}