-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "whitespace-devstudio",
"version": "0.0.1",
"description": "Developer studio of whitespace for browser.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "jest",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/macocha/whitespace-devstudio"
},
"keywords": [
"whitespace",
"react",
"redux",
"interpreter",
"programming"
],
"author": "Maciej Siwek <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/macocha/whitespace-devstudio/issues"
},
"homepage": "https://github.com/macocha/whitespace-devstudio",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.1",
"babel-jest": "^5.3.0",
"babel-loader": "^5.3.2",
"eslint": "^1.3.1",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.3.1",
"jest-cli": "^0.5.0",
"react-hot-loader": "^1.3.0",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.10.1"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"js"
],
"moduleFileExtensions": [
"js",
"json"
]
},
"dependencies": {
"react": "^0.13.3",
"react-redux": "^2.1.0",
"redux": "^2.0.0",
"redux-thunk": "^0.1.0"
}
}