-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"name": "cheese-toastie",
"version": "0.2.20",
"description": "NodeJS API Builder",
"main": "index.js",
"scripts": {
"bundle-docs": "browserify -t [ babelify --presets [ react ] ] docs/react-components/main.js -o docs/build/bundle.js",
"start-docs": "node docs/webpack-server.js docs",
"test-console": "nodemon test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/waffleandtoast/CheeseToastie.git"
},
"keywords": [
"api",
"nodejs",
"cheesetoastie"
],
"dependencies": {
"express": "^4.13.4"
},
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"eslint-plugin-react": "^3.6.2",
"react-hot-loader": "^1.3.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1",
"jsx-loader": "*",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-router": "*",
"babelify": "*",
"react-addons-update": "^0.14.6",
"body-parser": "*",
"superagent": "*",
"react-highlight": "*"
},
"author": "Waffle and Toast",
"license": "ISC",
"bugs": {
"url": "https://github.com/waffleandtoast/CheeseToastie/issues"
},
"homepage": "https://github.com/waffleandtoast/CheeseToastie#readme"
}