forked from dimichgh/marko-for-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 822 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
{
"name": "for-stream",
"version": "1.0.0",
"description": "Marko for-stream component to handle stream data providers",
"main": "index.js",
"scripts": {
"test": "mocha test",
"test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimichgh/for-stream.git"
},
"keywords": [
"marko",
"for-stream",
"component"
],
"author": "Dmytro Semenov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dimichgh/for-stream/issues"
},
"homepage": "https://github.com/dimichgh/for-stream#readme",
"dependencies": {
"marko": "^4.2.7",
"mocha": "^3.2.0"
},
"devDependencies": {
"istanbul": "^0.4.5",
"oja": "^0.2.0"
}
}