get-tuple
Version:
29 lines (28 loc) • 657 B
JSON
{
"name": "get-tuple",
"version": "0.0.1",
"description": "fst, snd, trd",
"author": {
"name": "Aya Morisawa",
"url": "https://github.com/AyaMorisawa"
},
"homepage": "https://github.com/AyaMorisawa/get-tuple",
"bugs": "https://github.com/AyaMorisawa/get-tuple/issues",
"license": "MIT",
"main": "./lib/",
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/AyaMorisawa/get-tuple.git"
},
"devDependencies": {
"LiveScript": "1.3.1",
"gulp": "3.8.11",
"gulp-livescript": "2.3.0",
"gulp-mocha": "2.0.1",
"chai": "2.2.0"
}
}