summaryrefslogtreecommitdiff
path: root/jaws/package.json
blob: 1293907e3b9cd54af6fc18e59f9c151d7ef898be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"
  }
}