-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 951 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": "react-flux-bill",
"version": "0.0.1",
"author": "Callum Rimmer <callumt@deadtrendy.co.uk>",
"description": "An Example React / Flux / Backbone App for displaying a statement",
"dependencies": {
"jquery": "*",
"underscore": "*",
"backbone": "*",
"react": "*",
"react-dom": "*",
"flux": "*"
},
"devDependencies": {
"babelify": "*",
"browser-sync": "*",
"browserify": "*",
"gulp": "*",
"react-tools": "^0.13.3",
"babel-jest": "*",
"jest-cli" : "0.4.0",
"vinyl-source-stream": "*"
},
"scripts": {
"start": "npm install && gulp",
"test": "jest"
},
"jest": {
"scriptPreprocessor": "./node_modules/babel-jest",
"testFileExtensions": ["es6", "js"],
"moduleFileExtensions": ["js", "json", "es6"],
"unmockedModulePathPatterns":["react"]
},
"repository": {
"type": "git",
"url": "https://github.com/caljrimmer/react-flux-bill.git"
}
}