diff options
Diffstat (limited to 'jaws/package.json')
| -rw-r--r-- | jaws/package.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/jaws/package.json b/jaws/package.json new file mode 100644 index 0000000..1293907 --- /dev/null +++ b/jaws/package.json @@ -0,0 +1,26 @@ +{ + "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" + } +} |
