-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 938 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 938 Bytes
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
{
"name": "props",
"devDependencies": {
"babelify": "^6.1.3",
"browserify": "^10.2.6",
"browserify-incremental": "^3.0.1",
"classnames": "^2.1.3",
"jest-cli": "^0.4.15",
"react": "^0.13.3"
},
"dependencies": {
"alt": "^0.17.1",
"camelize": "^1.0.0",
"lodash": "^3.10.0",
"moment": "^2.10.3",
"react-select": "git://github.com/jniechcial/react-select#master",
"react-tools": "^0.13.3"
},
"scripts": {
"test": "jest"
},
"jest": {
"rootDir": "./app/assets/javascripts/components",
"scriptPreprocessor": "<rootDir>/__tests__/preprocessor.js",
"moduleFileExtensions": [
"js",
"jsx",
"js.jsx"
],
"unmockedModulePathPatterns": [
"react"
],
"testFileExtensions": [
"js",
"jsx"
],
"testPathIgnorePatterns": [
"preprocessor.js"
]
},
"license": "MIT",
"engines": {
"node": ">= 0.10"
}
}