-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 920 Bytes
/
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
{
"name": "iris",
"description": "messenger component for data-driven applications",
"version": "0.0.1",
"author": "Oto Ciulis <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/otociulis/iris.git"
},
"homepage": "https://github.com/otociulis/iris",
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"browserify": "^10.2.4",
"coveralls": "^2.11.2",
"gulp": "^3.9.0",
"gulp-coverage": "^0.3.36",
"gulp-coveralls": "^0.1.4",
"gulp-debug": "^2.0.1",
"gulp-filter": "^2.0.2",
"gulp-mocha": "^2.1.1",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^2.7.8",
"gulp-uglify": "^1.2.0",
"jscoverage": "^0.5.9",
"mocha-lcov-reporter": "0.0.2",
"should": "^7.0.1",
"tsd": "^0.6.1"
},
"keywords": [
"event",
"data"
],
"main": "./build/iris.js",
"license": "MIT",
"dependencies": {}
}