We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5985bff commit 776be6dCopy full SHA for 776be6d
.travis.yml
@@ -0,0 +1,3 @@
1
+language: node_js
2
+node_js:
3
+ - 0.8
package.json
@@ -0,0 +1,26 @@
+{
+ "name": "Leaflet",
+ "version": "0.5.0",
4
+ "description": "Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps.",
5
+ "main": "Jakefile.js",
6
+ "dependencies": {
7
+ "jshint": "~0.9.1",
8
+ "testacular": "~0.4.0",
9
+ "uglify-js": "~2.2.3",
10
+ "jake": "latest"
11
+ },
12
+ "devDependencies": {},
13
+ "scripts": {
14
+ "test": "node ./node_modules/jake/bin/cli test"
15
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git://github.com/Leaflet/Leaflet.git"
19
20
+ "keywords": [
21
+ "gis",
22
+ "map"
23
+ ],
24
+ "author": "Vladimir Agafonkin <[email protected]>",
25
+ "readmeFilename": "README.md"
26
+}
0 commit comments