forked from kumu/widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 747 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 747 Bytes
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
{
"name": "kumu-widgets",
"version": "0.0.1",
"repository": "http://github.com/kumu/widgets",
"main": "index.js",
"dependencies": {
"qs": "*",
"underscore": "*",
"glob": "^3.2.9"
},
"devDependencies": {
"mocha": "~1.17.1",
"expect.js": "~0.3.1",
"underscore": "~1.6.0",
"gulp": "~3.2.4",
"gulp-jshint": "~1.3.4",
"gulp-concat": "~2.1.7",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~0.2.1",
"gulp-declare": "~0.1.0",
"browserify": "~3.32.0",
"browserify-shim": "~3.3.1",
"through2": "~0.4.1"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:$",
"underscore": "global:_",
"qs": "global:qs"
}
}