forked from Esri/terraformer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 1.16 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
{
"name": "Terraformer",
"version": "1.0.0",
"description": "A Geo-toolkit built in Javascript.",
"main": "terraformer.js",
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.6.x",
"grunt-contrib-uglify": "~0.2.2",
"grunt-complexity": "~0.1.3",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-jasmine-node": "https://github.com/magicmoose/grunt-jasmine-node/tarball/master",
"grunt-template-jasmine-istanbul": "~0.2.4",
"docpad-plugin-marked": "~2.1.1",
"docpad-plugin-eco": "~2.0.2",
"docpad-plugin-ghpages": "~2.3.0",
"docpad-plugin-highlightjs": "~2.1.7",
"docpad-plugin-cleanurls": "~2.5.1",
"docpad-plugin-partials": "~2.8.0",
"docpad-plugin-nodesass": "~2.0.2",
"docpad": "~6.52.1"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/esri/terraformer.git"
},
"author": "Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
"contributors": [
"Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
"Jerry Sievert <jsievert@esri.com> (http://legitimatesounding.com)"
],
"license": "MIT",
"dependencies": {
}
}