summaryrefslogtreecommitdiff
path: root/jaws/package.json
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2014-12-24 12:22:27 (GMT)
committerMichele Bini <michele.bini@gmail.com>2014-12-24 12:22:27 (GMT)
commitad5b4e6d85e7b6c9f5c009f12c17c27659043816 (patch)
treec2ff652d8f8be0c2a9987f1ef2d54f7961bc9eaa /jaws/package.json
parent365daa50c441dc905a348f72eaf9da606a34c0fb (diff)
Pruned unused files
Diffstat (limited to 'jaws/package.json')
-rw-r--r--jaws/package.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/jaws/package.json b/jaws/package.json
deleted file mode 100644
index 1293907..0000000
--- a/jaws/package.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "JawsJS",
- "description": "",
- "version": "0.0.1",
- "repository": {
- "type": "git",
- "url": "https://github.com/ippa/jawsjs.git"
- },
- "dependencies": {
- "gulp": "",
- "gulp-concat": "",
- "gulp-qunit": "^0.3.3",
- "gulp-requirejs": "0.1.x",
- "gulp-uglify": "",
- "requirejs": "2.1.x"
- },
- "devDependencies": {
- "gulp-insert": "",
- "gulp-qunit": "",
- "gulp-shell": "^0.2.9",
- "qunitjs": "^1.15.0"
- },
- "scripts": {
- "test": "gulp test"
- }
-}