forked from erdincay/axolotl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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": "axolotl",
"version": "1.0.0",
"description": "A little bit of stuff to control split variation testing.",
"main": "none",
"directories": {
"example": "examples"
},
"scripts": {
"webpack": "webpack",
"webpack-dev-server": "webpack-dev-server",
"start": "./run.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/macropodhq/axolotl"
},
"author": "Nathan Hutchison",
"license": "MIT",
"bugs": {
"url": "https://github.com/macropodhq/axolotl/issues"
},
"homepage": "https://github.com/macropodhq/axolotl",
"dependencies": {
"babel-core": "^5.8.22",
"babel-eslint": "^4.0.5",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.20",
"eslint": "^1.1.0",
"eslint-config-airbnb": "0.0.7",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.2.1",
"file-loader": "^0.8.4",
"fluxxor": "^1.7.1",
"raw-loader": "~0.5.0",
"react": "^0.13.0",
"react-hot-loader": "^1.2.8",
"style-loader": "^0.12.3",
"url-loader": "~0.5.5",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
},
"devDependencies": {
"classnames": "^2.1.3",
"flux": "^2.0.3",
"keymirror": "^0.1.1",
"object-assign": "^3.0.0"
}
}