Merge pull request #1336 from edjafarov/travis-integration

Travis integration up and running another try
This commit is contained in:
Vladimir Agafonkin 2013-02-01 05:15:15 -08:00
commit e773742a40
2 changed files with 29 additions and 0 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.8

26
package.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "Leaflet",
"version": "0.5.0",
"description": "Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps.",
"main": "Jakefile.js",
"dependencies": {
"jshint": "~0.9.1",
"testacular": "~0.4.0",
"uglify-js": "~2.2.3",
"jake": "latest"
},
"devDependencies": {},
"scripts": {
"test": "node ./node_modules/jake/bin/cli test"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": [
"gis",
"map"
],
"author": "Vladimir Agafonkin <agafonkin@gmail.com>",
"readmeFilename": "README.md"
}