-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "tux-autoscale",
"version": "0.1.1",
"description": "Autoscale element to fill a container.",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/aranja/tux-autoscale.git"
},
"bugs": {
"url": "https://github.com/aranja/tux-autoscale/issues"
},
"homepage": "https://github.com/aranja/tux-autoscale",
"keywords": [],
"license": "MIT",
"dependencies": {
"jquery": "~1.11.1"
},
"devDependencies": {
"karma": "~0.12.16",
"karma-commonjs": "0.0.7",
"karma-chrome-launcher": "~0.1.3",
"karma-firefox-launcher": "~0.1.3",
"karma-safari-launcher": "~0.1.1",
"karma-opera-launcher": "~0.1.0",
"karma-mocha": "~0.1.3",
"karma-chai": "~0.1.0",
"browserify": "~4.1.5",
"browserify-global-shim": "^1.0.0",
"gulp": "^3.8.1",
"gulp-less": "^1.2.3",
"gulp-browserify": "^0.5.0",
"gulp-autoprefixer": "0.0.7",
"gulp-connect": "^2.0.6",
"gulp-rename": "^1.2.0"
},
"scripts": {
"test": "node_modules/karma/bin/karma start"
},
"browserify": {
"transform": [
"browserify-global-shim"
]
},
"browserify-global-shim": {
"jquery": "jQuery"
}
}