forked from toshisam/virgilio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
51
{
"name": "virgilio",
"version": "0.12.4",
"description": "Virgilio, the next generation module bus",
"main": "./lib/virgilio.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/icemobilelab/virgilio.git"
},
"author": "Icemobile BV",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://github.com/icemobilelab/virgilio/raw/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/icemobilelab/virgilio/issues"
},
"homepage": "https://github.com/icemobilelab/virgilio",
"dependencies": {
"bluebird": "^2.3.0",
"bunyan": "^1.0.0",
"node-uuid": "^1.4.1"
},
"devDependencies": {
"del": "^0.1.3",
"eslint-plugin-nodeca": "^1.0.3",
"gulp": "^3.8.7",
"gulp-docco": "0.0.4",
"gulp-eslint": "^0.2.0",
"gulp-example-to-test": "^0.1.0",
"gulp-help": "^0.1.6",
"gulp-insert": "^0.4.0",
"gulp-istanbul": "^0.2.0",
"gulp-mocha": "^1.0.0",
"gulp-replace": "^0.4.0",
"gulp-util": "^3.0.0",
"mocha": "^1.18.2",
"must": "^0.12.0",
"run-sequence": "^0.3.6",
"underscore": "^1.6.0",
"vinyl-paths": "^1.0.0"
}
}