trumpit
Version:
Having fun with node. tools poking fun at the little orange guy.
29 lines (28 loc) • 584 B
JSON
{
"name": "trumpit",
"version": "1.0.1",
"description": "Having fun with node. tools poking fun at the little orange guy.",
"main": "index.js",
"repository": {
"url": "https://github.com/dlwebdev/trumpit.git"
},
"scripts": {
"test": "jasmine-node ./spec --autotest"
},
"keywords": [
"strings",
"trump",
"testing"
],
"author": "Daniel Weber",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"jasmine": "^2.5.2",
"jasmine-node": "^1.14.5"
},
"dependencies": {
"gulp": "^3.9.1"
}
}