forked from riot/observable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1002 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1002 Bytes
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
{
"name": "riot-observable",
"version": "2.4.0-alpha",
"description": "Simple script to send and receive events",
"main": "dist/observable.js",
"jsnext:main": "dist/es6.observable.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "make test",
"prepublish": "make && make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riot/observable.git"
},
"keywords": [
"riot",
"observable",
"events"
],
"devDependencies": {
"benchmark": "^2.1.0",
"coveralls": "^2.11.9",
"eslint": "^2.6.0",
"expect.js": "^0.3.1",
"karma": "^0.13.22",
"karma-coverage": "^0.5.5",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7"
},
"author": "Muut, Inc. and other contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/riot/observable/issues"
},
"homepage": "https://github.com/riot/observable#readme"
}