-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 945 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
40
41
{
"browser": {
"floatthead": "./node_modules/floatthead/dist/jquery.floatThead.js"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"floatthead": {
"depends": "jquery:jQuery",
"exports": null
}
},
"dependencies": {
"6to5ify": "^3.1.2",
"bootstrap": "^3.3.2",
"browserify": "^8.1.1",
"browserify-shim": "^3.8.2",
"floatthead": "^1.2.10",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-connect-php": "0.0.3",
"gulp-less": "^2.0.1",
"gulp-livereload": "^3.5.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"jquery": "^2.1.3",
"lodash": "^2.4.1",
"react-bootstrap": "^0.13.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anton Orlov",
"license": "ISC"
}