From 290065703d4ea9c7b080299d7e0b71da5afb4931 Mon Sep 17 00:00:00 2001 From: Benjamin LONGEARET Date: Wed, 28 Jan 2015 16:51:31 +0100 Subject: [PATCH] Fix bower --- bower.json | 20 ++++++++++++++++++++ package.json | 19 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 bower.json create mode 100644 package.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..22417f6 --- /dev/null +++ b/bower.json @@ -0,0 +1,20 @@ +{ + "name": "tkforce", + "version": "1.0.1", + "homepage": "https://github.com/firehist/Force.com-JavaScript-REST-Toolkit", + "authors": [ + "Benjamin LONGEARET " + ], + "main": "./forcetk.js", + "moduleType": [ + "node" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..35aebd1 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "tkforce", + "version": "1.0.1", + "description": "tkforce", + "main": "app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/firehist/Force.com-JavaScript-REST-Toolkit.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/firehist/Force.com-JavaScript-REST-Toolkit/issues" + }, + "homepage": "https://github.com/firehist/Force.com-JavaScript-REST-Toolkit" +}