You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/package.json

77 lines
1.9 KiB

{
"name": "cartodb-ui",
"version": "3.23.32",
"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",
"cartoassets": "0.1.22",
"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",
"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"
}
}