-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 871 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
39
{
"name": "snapterest",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "jest"
},
"author": "car3oon",
"license": "BSD",
"devDependencies": {
"babel-jest": "^5.3.0",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.10.1",
"browserify": "^11.0.1",
"gulp": "^3.9.0",
"jest-cli": "^0.4.19",
"react-addons-test-utils": "^0.14.0-beta3",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"flux": "^2.1.1",
"object-assign": "^4.0.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"snapkite-stream-client": "^1.0.3"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
}
}