forked from blessingoraz/dueprops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
137 lines (137 loc) · 3.73 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "dueprops.com",
"version": "2.0.0",
"description": "Second incarnation of DueProps",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/twizzyyanki/dueprops"
},
"author": "Obie Fernandez",
"license": "Proprietary",
"homepage": "http://v2.dueprops.com",
"Devdependencies": {
"angular-ui-router": "^0.2.11",
"aws-sdk": "latest",
"browser-sync": "^2.6.1",
"browserify": "^5.12.0",
"chromedriver": "^2.12.0",
"connect-modrewrite": "^0.7.11",
"gulp": "^3.8.7",
"gulp-concat": "^2.4.1",
"gulp-exit": "^0.0.2",
"gulp-image": "^0.5.7",
"gulp-inject": "^1.2.0",
"gulp-istanbul": "^0.3.1",
"gulp-jshint": "^1.8.4",
"gulp-karma": "0.0.4",
"gulp-less": "^1.3.5",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.7",
"gulp-minify-html": "^0.1.4",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "^1.0.4",
"gulp-protractor": "0.0.12",
"gulp-rev": "^1.1.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"karma": "~0.12.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.2.2",
"karma-mocha": "^0.1.9",
"lodash": "^2.4.1",
"lodash._basecreate": "^2.4.1",
"lodash.isobject": "^2.4.1",
"main-bower-files": "^2.6.2",
"minifyify": "^4.4.0",
"mocha": "^1.21.4",
"pg": "4.x",
"protractor": "^1.5.0",
"proxyquireify": "^1.1.0",
"supertest": "latest",
"uglifyify": "^2.5.0",
"xtend": "latest"
},
"dependencies": {
"angular-ui-router": "^0.2.11",
"async": "^0.9.0",
"aws-sdk": "latest",
"body-parser": "^1.9.0",
"brfs": "1.0.2",
"browser-sync": "^2.6.1",
"browserify": "^5.12.0",
"bugsnag": "^1.5.0",
"chromedriver": "^2.12.0",
"connect-livereload": "^0.4.0",
"connect-modrewrite": "^0.7.11",
"consolidate": "^0.10.0",
"cookie-parser": "^1.3.3",
"crypto": "0.0.3",
"es6ify": "^1.4.0",
"express": "^4.9.5",
"firebase": "2.2.0",
"firebase-token-generator": "^2.0.0",
"gulp": "^3.8.7",
"gulp-bower": "0.0.7",
"gulp-concat": "^2.4.1",
"gulp-exit": "^0.0.2",
"gulp-image": "^0.5.7",
"gulp-inject": "^1.2.0",
"gulp-istanbul": "^0.3.1",
"gulp-jade": "^0.7.0",
"gulp-jshint": "^1.8.4",
"gulp-karma": "0.0.4",
"gulp-less": "^1.3.5",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.7",
"gulp-minify-html": "^0.1.4",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "^1.0.4",
"gulp-protractor": "0.0.12",
"gulp-rev": "^1.1.0",
"gulp-shell": "^0.2.11",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"hashids": "^1.0.1",
"hubot": "^2.11.0",
"hubot-scripts": "^2.5.16",
"jade": "^1.6.0",
"karma": "~0.12.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.2.2",
"karma-mocha": "^0.1.9",
"lodash": "^2.4.1",
"lodash._basecreate": "^2.4.1",
"lodash.isobject": "^2.4.1",
"mailgun-js": "^0.6.7",
"main-bower-files": "^2.6.2",
"minifyify": "^4.4.0",
"mocha": "^1.21.4",
"module-deps": "^3.5.10",
"moment": "^2.8.2",
"multer": "^0.1.4",
"needle": "^0.7.10",
"nock": "0.59.1",
"pg": "4.x",
"protractor": "^1.5.0",
"proxyquire": "^1.0.1",
"proxyquireify": "^1.1.0",
"run-sequence": "^1.1.0",
"selenium-server-standalone-jar": "2.44.0",
"stringify": "^2.2.0",
"supertest": "latest",
"uglify-js": "^2.4.15",
"uglifyify": "^2.5.0",
"unzip": "^0.1.11",
"vinyl-source-stream": "^1.0.0",
"watchify": "^1.0.6",
"xtend": "latest"
}
}