-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 985 Bytes
/
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
{
"name": "urban-slang",
"version": "0.0.1",
"description": "An application that allows you to search a list of slang words",
"main": "app.js",
"scripts": {
"start": "babel public/js/src -d public/js/lib | node app.js",
"build": "babel public/js/src -d public/js/lib",
"test": "node node_modules/mocha/bin/mocha"
},
"author": "Nadim Rafehi",
"license": "BSD",
"dependencies": {
"aws-sdk": "^2.4.14",
"body-parser": "^1.15.2",
"bootstrap": "3.3.6",
"cheerio": "0.22.0",
"co": "4.6.0",
"express": "4.13.4",
"express-handlebars": "^3.0.0",
"levenshtein": "1.0.5",
"moment": "2.14.1",
"pretty-error": "2.0.0",
"prettyjson": "1.1.3",
"request": "2.74.0",
"request-promise": "4.1.1",
"rhyme-plus": "0.0.7",
"winston": "2.2.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"chai": "3.5.0",
"mocha": "2.5.3"
}
}