diff options
| author | Michele Bini <michele.bini@gmail.com> | 2014-10-05 12:28:54 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2014-10-05 12:28:54 (GMT) |
| commit | 0cd85c8e3e4a4101f21ce2f269c987177f3d82b1 (patch) | |
| tree | ecfcb56b7bdaf1a6261caff47a25510dbb25424f /jaws/package.json | |
| parent | 0453a80a6cceb79755d3187dd8f70dd5e50d58f1 (diff) | |
Import jaws source
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" + } +} |
