forked from CartoDB/cartodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.02 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
{
"name": "cartodb-ui",
"version": "3.19.26",
"description": "CartoDB UI frontend",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/cartodb.git"
},
"author": {
"name": "CartoDB",
"url": "http://cartodb.com/",
"email": "wadus@cartodb.com"
},
"contributors": [],
"licenses": [
{
"type": "BSD"
}
],
"devDependencies": {
"autoprefixer-core": "5.2.1",
"aws-sdk": "2.0.0-rc11",
"browserify": "11.0.1",
"browserify-shim": "3.8.10",
"cartodb-pecan": "0.2.x",
"csswring": "^3.0.5",
"git-rev": "0.2.1",
"grunt": "0.4.5",
"grunt-available-tasks": "0.5.4",
"grunt-aws": "0.3.0",
"grunt-browserify": "4.0.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-compass": "0.7.2",
"grunt-contrib-compress": "0.13.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-copy": "0.8.1",
"grunt-contrib-jasmine": "0.9.1",
"grunt-contrib-jst": "git://github.com/javisantana/grunt-contrib-jst.git#master",
"grunt-contrib-sass": "0.9.2",
"grunt-contrib-uglify": "0.9.x",
"grunt-contrib-watch": "0.6.1",
"grunt-exorcise": "2.1.0",
"grunt-mustache": "0.1.7",
"grunt-postcss": "0.5.5",
"grunt-timer": "0.3.3",
"gulp": "3.8.10",
"gulp-iconfont": "1.0.0",
"gulp-iconfont-css": "0.0.9",
"gulp-install": "0.2.0",
"gulp-sketch": "0.0.7",
"load-grunt-tasks": "3.2.0",
"moment": "2.10.6",
"open": "0.0.5",
"queue-async": "^1.0.7",
"shelljs": "0.5.3",
"source-map-support": "0.3.2",
"uglify-js": "2.4.x",
"underscore": "1.8.3",
"watchify": "3.1.1"
},
"files": [
"dist"
],
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:$",
"underscore": "global:_",
"cdb.admin": "global:cdb.admin",
"cdb.Utils": "global:cdb.Utils",
"cartodb.js": "global:cdb",
"backbone": "global:Backbone",
"moment": "global:moment"
}
}