-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "griddle-remote-plugin",
"version": "0.0.1",
"description": "A plugin for loading data remotely.",
"main": "./build/griddle-remote-plugin.js",
"scripts": {
"test": "karma start --browsers PhantomJS",
"start": "./node_modules/.bin/webpack --config webpack.config.js --watch",
"test-debug": "karma start --browsers Chrome",
"lint": "./node_modules/.bin/eslint js"
},
"author": "Griddle",
"license": "MIT",
"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",
"eslint": "^0.23",
"eslint-plugin-react": "^2.2.0",
"jasmine-core": "^2.2.0",
"jsx-loader": "~0.12.2",
"karma": "^0.12.31",
"karma-babel-preprocessor": "^5.0.1",
"karma-chrome-launcher": "^0.1.8",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.5.0",
"phantomjs": "^1.9.16",
"phantomjs-polyfill": "0.0.1",
"superagent": "^1.4.0",
"webpack": "~1.9.11",
"webpack-dev-server": "~1.9.0"
},
"dependencies": {
"griddle-core": "0.0.3",
"immutable": "^3.7.2",
"object-assign": "~2.0.0",
"react": "^0.14.0"
}
}