initial commit, starting from prototool

This commit is contained in:
2014-08-19 18:44:14 -07:00
commit 844ca427a3
13 changed files with 566 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "protomap",
"version": "0.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"tiny-lr": "0.0.5",
"gulp-util": "~2.2.14",
"gulp-watch": "~0.6.2",
"gulp": "~3.6.2",
"gulp-coffee": "~1.4.2",
"gulp-less": "~1.2.3",
"lodash": "~2.4.1",
"gulp-coffeelint": "~0.3.2",
"node-static": "~0.7.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}