lambchops
Version:
This is the song that doesn't end
29 lines (28 loc) • 529 B
JSON
{
"name": "lambchops",
"version": "1.0.1",
"description": "This is the song that doesn't end",
"main": "index.js",
"scripts": {
"test": "babel-node --debug --presets es2015,stage-0 -- test.js --debug"
},
"keywords": [
"some",
"people",
"started",
"singing",
"it",
"not",
"knowing",
"what",
"it",
"was"
],
"author": "magdalenelee",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0"
}
}