UNPKG

suman-test-projects

Version:
35 lines (34 loc) 832 B
{ "name": "suman-installation-test-project", "version": "1.0.0", "description": "test the installation of suman into an independent project", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "./node_modules/.bin/suman test/one.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/sumanjs/suman-installation-test-project.git" }, "keywords": [ "suman", "test", "bdd", "tdd" ], "author": "Olegzandr Denman", "license": "ISC", "bugs": { "url": "https://github.com/sumanjs/suman-installation-test-project/issues" }, "homepage": "https://github.com/sumanjs/suman-installation-test-project#readme", "dependencies": { "lodash": "^4.17.2" }, "devDependencies": { "suman": "github:oresoftware/suman#dev" } }