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.
24 lines
504 B
24 lines
504 B
{
|
|
"name": "buoy-analysis",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"dateformat": "^1.0.12",
|
|
"es6-promise": "^3.0.2",
|
|
"node-sass": "^3.4.2",
|
|
"watch": "^0.17.1",
|
|
"xml2js": "^0.4.15"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"watch": "node tasks/watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://gogs.benburlingham.com/ben.burlingham/buoy-analysis"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|
|
|