-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.36 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
{
"name": "influences",
"version": "1.0.0",
"description": "A project to chart the spread of ideas and styles.",
"main": "index.js",
"directories": {
"test": "mocha test/spec/"
},
"scripts": {
"test": "NODE_ENV=test mocha test test/spec*",
"protractor": "NODE_ENV=test protractor test/integrated/conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asBrettisay/Influences.git"
},
"author": "Brett Caudill",
"license": "ISC",
"bugs": {
"url": "https://github.com/asBrettisay/Influences/issues"
},
"homepage": "https://github.com/asBrettisay/Influences#readme",
"dependencies": {
"angular": "^1.5.2",
"angular-bootstrap-npm": "^0.14.3",
"angular-ui-router": "^0.2.18",
"angular-ui-select": "^0.12.100",
"bcrypt": "^0.8.5",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.3.4",
"body-parser": "^1.15.0",
"bookshelf": "^0.9.2",
"express": "^4.13.4",
"express-session": "^1.13.0",
"knex": "^0.10.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "4.5.2",
"selectize": "^0.12.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"faker": "^3.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-mocha": "^2.2.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-uglify": "^1.5.3",
"sqlite3": "^3.1.2"
}
}