-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.72 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
{
"name": "@hacmanchester/membership-system",
"private": true,
"author": {
"name": "Hackspace Manchester",
"email": "[email protected]"
},
"dependencies": {
"babel": "^5.4.4",
"babelify": "^6.1.1",
"backbone": "^1.2.0",
"backbone-model-file-upload": "^1.0.0",
"bootstrap": "^3.3.4",
"bootstrap-datepicker": "^1.6.0",
"brfs": "^1.4.0",
"browserify": "^10.2.1",
"browserify-shim": "^3.8.7",
"del": "~1.2.0",
"gulp": "~3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "~2.4.1",
"gulp-jshint": "~1.8.4",
"gulp-less": "~3.0.1",
"gulp-minify-css": "~0.3.8",
"gulp-rename": "^1.2.2",
"gulp-rev": "^3.0.0",
"gulp-uglify": "~1.0.1",
"halogen": "^0.1.8",
"jasmine-core": "^2.3.4",
"jasmine-react-helpers": "^0.2.2",
"joi": "^6.4.1",
"jquery": "^2.1.4",
"karma": "^0.12.32",
"karma-babel-preprocessor": "^5.1.0",
"karma-browserify": "^4.1.2",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.2.2",
"laravel-elixir": "~2.1.1",
"laravel-elixir-codeception": "~0.1.2",
"material-design-icons": "^2.0.0",
"moment": "^2.10.3",
"npm-utils": "0.0.9",
"react": "^0.13.3",
"react-bootstrap": "^0.22.4",
"react-tools": "^0.13.3",
"react-validation-mixin": "^4.0.4",
"reactify": "^1.1.1",
"select2": "^3.5.2-browserify",
"underscore": "^1.8.3"
},
"browser": {
"select2": "./node_modules/select2/select2.js",
"bootstrap-datepicker": "./node_modules/bootstrap-datepicker/dist/js/bootstrap-datepicker.js"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers Firefox",
"build": "gulp"
}
}