aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 7ad833f5b25453f01118100b64ebc84fdd855e13 (plain)
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
{
  "name": "rooster",
  "version": "0.0.0",
  "main": "app.js",
  "private": true,
  "scripts": {
    "start": "node ./bin/www",
    "setup": "npm install && bower install",
    "build-dev": "browserify -d -t [ babelify --presets [ es2015 ] ] -e ./public/javascripts/main.js > ./public/javascripts/bundle.js",
    "build": "browserify -t [ babelify --presets [ es2015 ] ] -e ./public/javascripts/main.js | uglifyjs -cm > ./public/javascripts/bundle.js"
  },
  "dependencies": {
    "bluebird": "^3.4.6",
    "body-parser": "~1.15.1",
    "browser-request": "^0.3.3",
    "cheerio": "^0.22.0",
    "cookie-parser": "~1.4.3",
    "debug": "~2.2.0",
    "diacritics": "^1.2.3",
    "encoding": "^0.1.12",
    "express": "^4.13.4",
    "flexibility": "^2.0.1",
    "fuzzy": "^0.1.1",
    "jade": "~1.11.0",
    "left-pad": "^1.1.1",
    "lodash": "^4.15.0",
    "morgan": "~1.7.0",
    "request": "^2.74.0",
    "then-yield": "0.0.1"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.14.0",
    "babelify": "^7.3.0",
    "bower": "^1.7.9",
    "browserify": "^13.1.0",
    "gulp": "^3.9.1"
  },
  "author": "Noah Loomans <noahloomans@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nloomans/rooster-mml.git"
  },
  "bugs": {
    "url": "https://github.com/nloomans/rooster-mml/issues"
  },
  "homepage": "https://github.com/nloomans/rooster-mml#readme",
  "description": ""
}