-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.65 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
{
"name": "lemonade-stand",
"version": "0.3.8",
"description": "An example Fuzzy.ai application simulating a lemonade stand",
"main": "lib/main.js",
"scripts": {
"build": "cake build",
"clean": "cake clean",
"start": "node lib/main.js",
"test": "cake test",
"lint": "coffeelint -q src",
"dev": "coffee -r dotenv/config -w src/main.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuzzy-ai/lemonade-stand.git"
},
"keywords": [
"fuzzy",
"api",
"ai"
],
"author": "James Walker <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/fuzzy-ai/lemonade-stand/issues"
},
"homepage": "https://github.com/fuzzy-ai/lemonade-stand#readme",
"dependencies": {
"async": "^2.1.4",
"autoprefixer": "^6.5.3",
"chart.js": "^2.4.0",
"connect-databank": "^1.0.3",
"css-loader": "^0.26.0",
"databank": "^0.19.5",
"databank-redis": "^0.19.6",
"debug": "^2.6.0",
"express-session": "^1.14.2",
"extract-text-webpack-plugin": "^1.0.1",
"fuzzy.ai": "^1.0.0",
"fuzzy.ai-microservice": "^1.0.0",
"lodash": "^4.17.4",
"node-sass": "^3.13.0",
"postcss-loader": "^1.1.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"yargs": "^6.6.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"coffee-script": "^1.11.1",
"coffeelint": "^1.16.0",
"dotenv": "^2.0.0",
"glob": "^7.1.1",
"perjury": "^0.4.2",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2"
}
}