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

130 lines
3.1 KiB

11 years ago
{
"name": "cartodb-ui",
"version": "3.23.32",
11 years ago
"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"
}
],
"dependencies": {
"backbone": "1.2.3",
"perfect-scrollbar": "0.6.7"
},
11 years ago
"devDependencies": {
"autoprefixer-core": "5.2.1",
"aws-sdk": "2.0.0-rc11",
"backbone-forms": "^0.14.0",
"browserify": "11.0.1",
"browserify-resolutions": "1.0.6",
"browserify-shim": "3.8.10",
"cartoassets": "CartoDB/CartoAssets#master",
"cartodb-pecan": "0.2.x",
9 years ago
"csswring": "^3.0.5",
"cartodb-deep-insights.js": "CartoDB/deep-insights.js#179783e",
"cartodb.js": "CartoDB/cartodb.js#94bb6f3",
"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": "1.0.4",
"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",
"jstify": "0.13.0",
"jquery": "2.1.4",
"load-grunt-tasks": "3.2.0",
"moment": "2.10.6",
"open": "0.0.5",
"queue-async": "^1.0.7",
"semistandard": "7.0.4",
"source-map-support": "0.3.2",
"uglify-js": "2.4.x",
"underscore": "1.8.3",
"node-polyglot": "1.0.0",
"watchify": "3.1.1"
11 years ago
},
"browserify": {
"transform": [
"browserify-shim",
["jstify", { "minifierOpts": false }]
]
},
"browserify-shim": {
"jquery-cdb-v3": "global:$",
"underscore-cdb-v3": "global:_",
"cdb.admin": "global:cdb.admin",
"cdb.Utils": "global:cdb.Utils",
"cartodb.js-v3": "global:cdb",
"backbone-cdb-v3": "global:Backbone",
"moment": "global:moment"
},
"semistandard": {
"globals": [
"alert",
"cartodb",
"cdb",
"_t",
"jasmine",
"describe",
"xdescribe",
"beforeEach",
"afterEach",
"spyOn",
"it",
"xit",
"expect"
],
"ignore": [
"/.grunt",
"/*.js",
"/app",
"/config",
"/db",
"/doc",
"/engines",
"/lib/assets/javascripts/cdb",
"/lib/assets/javascripts/utils",
"/lib/assets/test/lib",
"/lib/build",
"/lib/carto",
"/lib/cartodb",
"/lib/importer",
"/lib/resque",
"/lib/sql",
"/lib/tasks",
"/lib/varnish",
"/log",
"/public",
"/script",
"/services",
"/spec",
"/tmp",
"/vendor"
]
}
11 years ago
}