-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.44 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
{
"name": "sozaic",
"version": "1.0.0",
"description": "Social Media Mosaic",
"main": "index.js",
"scripts": {
"test": "chai"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akulaggarwal/soZaic.git"
},
"keywords": [
"greenfield"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/akulaggarwal/soZaic/issues"
},
"homepage": "https://github.com/akulaggarwal/soZaic#readme",
"engines": {
"node": "4.1.1"
},
"dependencies": {
"angular": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-ui-router": "^0.3.1",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"express": "^4.14.0",
"express-partials": "^0.3.0",
"express-session": "^1.14.1",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.2",
"grunt-shell": "^1.3.1",
"instagram-node": "^0.5.8",
"jquery": "^3.1.0",
"moment": "^2.14.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth2": "^0.1.6",
"passport-instagram": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"request": "^2.74.0",
"twitter": "^1.4.0",
"underscore": "^1.8.3"
}
}