forked from itsthatguy/avatars-api-middleware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.39 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
{
"name": "adorable-avatars",
"version": "0.0.2",
"description": "",
"main": "index.coffee",
"engines": {
"node": "5.2.x"
},
"scripts": {
"test": "node_modules/.bin/mocha",
"start": "node_modules/.bin/nodemon start.js",
"postinstall": "node postinstall.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"bower": "^1.3.2",
"coffee-script": "^1.7.1",
"coffeeify": "^0.6.0",
"colors": "^0.6.2",
"del": "^0.1.1",
"dotenv": "0.4.0",
"ejs": "^1.0.0",
"express": "^4.8.0",
"find-port": "^1.0.0",
"gm": "^1.16.0",
"gulp": "^3.6.0",
"gulp-browserify": "^0.5.0",
"gulp-clean": "^0.2.4",
"gulp-coffee": "^1.4.1",
"gulp-ejs": "^0.2.2",
"gulp-jade": "^0.6.1",
"gulp-livereload": "^2.1.0",
"gulp-plumber": "^0.6.5",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^1.3.0",
"gulp-util": "^2.2.14",
"identicon.js": "^2.3.0",
"md5": "^2.2.1",
"newrelic": "^1.27.2",
"nodemon": "^1.2.0",
"run-command": "^0.1.4",
"run-sequence": "^0.3.6",
"serve-favicon": "^2.0.1",
"stylus": "^0.42.3",
"underscore": "^1.6.0",
"universal-analytics": "^0.3.4",
"watchjs": "0.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/adorableio/adorable-avatars.git"
},
"devDependencies": {
"mocha": "~1.20.1",
"chai": "~1.9.1",
"supertest": "~0.13.0"
}
}