-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.05 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "biojs-events",
"version": "0.0.4",
"description": "BioJS event system",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/biojs/biojs-events"
},
"keywords": [
"biojs",
"event"
],
"author": "BioJS",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/biojs/biojs2/issues"
},
"homepage": "https://github.com/biojs/biojs-events",
"dependencies": {
"backbone-events-standalone": "^0.2.2"
},
"devDependencies": {
"mocha": "1.8.x",
"chai": "1.5.x",
"jshint": "2.x",
"underscore": "1.4.x",
"grunt": "0.4.x",
"grunt-contrib-uglify": "0.2.x",
"browserify": "5.x",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-chmod": "^1.1.1",
"gulp-gzip": "0.0.8",
"gulp-rename": "^1.2.0",
"gulp-streamify": "^0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.0.2",
"mkdirp": "^0.5.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^1.0.6"
},
"scripts": {
"test": "mocha"
}
}