-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 916 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
{
"name": "griddle-test",
"version": "0.0.12",
"description": "Testing area for wiring up the various griddle modules",
"main": "build/griddle.js",
"scripts": {
"start": "node server.js",
"dist-debug": "./node_modules/.bin/webpack --config webpack.config.js",
"dist": "./node_modules/.bin/webpack --config webpack-dist.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel": "^5.5.8",
"babel-core": "5.6.18",
"babel-eslint": "^3.1.15",
"babel-loader": "^5.1.4",
"babel-plugin-object-assign": "^1.2.0",
"node-libs-browser": "^0.5.3",
"webpack": "~1.9.11",
"webpack-dev-server": "~1.9.0"
},
"dependencies": {
"griddle-connector": "latest",
"griddle-core": "latest",
"griddle-render": "latest",
"lodash.assign": "^3.2.0",
"react": "^0.14.0"
},
"author": "Griddle",
"license": "ISC"
}