forked from GriddleGriddle/griddle-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.34 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-core",
"version": "0.0.25",
"description": "The core code used in the griddle-react grid. ",
"main": "build/griddle.js",
"scripts": {
"test": "./node_modules/.bin/karma start --browsers PhantomJS",
"start": "./node_modules/.bin/webpack --config webpack-dist.config.js --watch",
"test-debug": "./node_modules/.bin/karma start --browsers Chrome",
"dist": "./node_modules/.bin/webpack --config webpack-dist.config.js",
"watch": "./node_modules/.bin/webpack --config webpack-dist.config.js --watch"
},
"author": "GriddleGriddle",
"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",
"jasmine-core": "^2.2.0",
"karma": "^0.13.15",
"karma-babel-preprocessor": "^5.0.1",
"karma-chrome-launcher": "^0.1.8",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.7.0",
"node-libs-browser": "^0.5.0",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"immutable": "^3.7.2",
"lodash.assign": "^3.2.0",
"lodash.pick": "^3.1.0",
"max-safe-integer": "^1.0.0"
}
}