-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
66 lines (66 loc) · 1.54 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
59
60
61
62
63
64
65
66
{
"name": "backbone-react-ui",
"version": "0.1.8",
"description": "React components for use with Backbone, Bootstrap and Backbone.Paginator",
"main": "index",
"directories": {
"test": "__tests__"
},
"scripts": {
"test": "./node_modules/jest-cli/bin/jest.js"
},
"homepage": "https://github.com/securingsincity/backbone-react-ui",
"dependencies": {
"backbone": "^1.1.2",
"backbone.paginator": "^2.0.2",
"browserify": "^5.11.0",
"express": "^4.8.7",
"gulp-express": "0.0.9",
"jquery": "^2.1.1",
"lodash": "^2.4.1",
"react": "^0.12.2",
"request": "^2.36.0",
"serve-index": "^1.2.0",
"serve-static": "^1.5.3"
},
"bugs": {
"url": "https://github.com/securingsincity/backbone-react-ui/issues"
},
"keywords": [
"backbone",
"react-component",
"react",
"jest",
"datatables"
],
"devDependencies": {
"gulp-connect-multi": "^1.0.8",
"jest-cli": "*",
"react-tools": "^0.12.2",
"reactify": "^0.17.1",
"vinyl-source-stream": "^0.1.1"
},
"browserify": {
"transform": [
"reactify"
]
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"rootDir": "app",
"testPathIgnorePatterns": [
"/node_modules/",
"<rootDir>/node_modules/"
],
"collectCoverage": true,
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
},
"repository": {
"type": "git",
"url": "https://github.com/securingsincity/backbone-react-ui.git"
},
"author": "James Hrisho",
"license": "MIT"
}