From dd57ed50375d8c8a7f74d0b5b44d090b210b8fdb Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 24 May 2015 08:38:56 -0400 Subject: [PATCH] add npm package --- package.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..a025c700 --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "name": "embark-framework", + "version": "0.0.1", + "description": "", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "bin": { + "embark": "./bin/embark" + }, + "dependencies": { + "commander": "^2.8.1", + "compression": "^1.4.3", + "execSync": "^1.0.2", + "express": "^4.12.3", + "grunt-contrib-clean": "^0.6.0", + "grunt-contrib-coffee": "^0.13.0", + "grunt-contrib-concat": "^0.5.1", + "grunt-contrib-copy": "^0.8.0", + "grunt-contrib-uglify": "^0.9.1", + "grunt-contrib-watch": "^0.6.1", + "grunt-open": "^0.2.3", + "matchdep": "^0.3.0", + "read-yaml": "^1.0.0", + "web3": "^0.3.4", + "wrench": "^1.5.8" + }, + "author": "Iuri Matias ", + "contributors": [], + "license": "ISC" +}