forked from vim-awesome/vim-awesome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 835 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
32
33
34
35
36
37
38
{
"name": "vim-awesome",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/vim-awesome/vim-awesome.git"
},
"devDependencies": {
"eslint": "^2.4.0",
"eslint-plugin-react": "^4.2.3",
"jest-cli": "^0.10.0",
"react-tools": "^0.10.0"
},
"dependencies": {
"jquery": "~2.2.3",
"jsx-loader": "~0.10.2",
"marked": "~0.3.2",
"moment": "~2.13.0",
"react": "~0.10.0",
"react-nested-router": "~0.2.0",
"store": "~1.3.16",
"underscore": "~1.8.3",
"webpack": "~1.3.1-beta4"
},
"scripts": {
"lint": "eslint --ext js,jsx .",
"test": "jest"
},
"jest": {
"automock": false,
"rootDir": "web/static/js",
"scriptPreprocessor": "../../../conf/jest_preprocessor.js",
"testFileExtensions": [
"js",
"jsx"
]
}
}