-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
89 lines (89 loc) · 2.44 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "merfn-bootstrap",
"version": "1.0.0",
"dependencies": {
"autoprefixer-core": "^5.2.1",
"body-parser": "~1.9.1",
"browserify-shim": "~3.8.0",
"buffer": "^3.1.2",
"counterpart": "^0.16.8",
"csswring": "^3.0.5",
"custom-event-polyfill": "^0.2.1",
"eventemitter3": "^1.1.1",
"express": "~4.10.0",
"flux": "^2.0.3",
"jade": "~1.8.1",
"jquery": "^2.1.4",
"mongodb": "1.4.x",
"monk": "^1.0.1",
"object-assign": "^3.0.0",
"q": "^1.4.1",
"react": "~0.13.3",
"react-addons": "~0.9.0",
"react-bootstrap": "^0.23.6",
"react-interpolate-component": "^0.7.1",
"react-router": "~0.13.3",
"react-spinner": "^0.2.2",
"react-translate-component": "^0.9.0",
"reactify": "~0.17.1"
},
"devDependencies": {
"bower": "~1.3.12",
"brfs": "0.0.8",
"browserify": "4.2.1",
"bump": "git://github.com/ianstormtaylor/bump",
"expect.js": "~0.2.0",
"grunt": "^0.4.5",
"grunt-azure-blob": "0.0.2",
"grunt-bower-concat": "~0.4.0",
"grunt-browserify": "~2.1.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-less": "~0.8.1",
"grunt-contrib-outdated": "~0.0.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "~0.4.2",
"grunt-exec": "~0.4.2",
"grunt-express-server": "~0.4.19",
"grunt-jasmine-node": "~0.2.1",
"grunt-jest": "~0.1.3",
"grunt-jsxhint": "^0.6.0",
"grunt-karma": "^0.10.1",
"grunt-postcss": "^0.5.1",
"jasmine-core": "^2.2.0",
"jest-cli": "~0.4.0",
"karma": "^0.12.31",
"karma-browserify": "^4.1.2",
"karma-chrome-launcher": "^0.1.12",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-teamcity-reporter": "^0.1.2",
"mocha": "1.20.1",
"mold-source-map": "^0.3.0",
"packageify": "^0.2.0",
"react-tools": "^0.13.3",
"reactify": "~0.17.1",
"rewireify": "0.0.13",
"through": "^2.3.4",
"uglify-js": "~2.4.15"
},
"scripts": {
"test": "karma start karma.watch.js"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery",
"react": "global:React",
"react-router": "global:ReactRouter",
"react-bootstrap": "global:ReactBootstrap",
"react/addons": "global:React",
"react-spinner": "global:Spinner"
}
}