-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 794 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 794 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
{
"name": "agen",
"version": "0.3.0",
"description": "An open standard for interoperable ES6 generators",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/AsynchronousGenerators/agen.git",
"main": "index",
"homepage": "https://github.com/AsynchronousGenerators/agen",
"contributors": [
{
"name": "Raynos"
}
],
"bugs": {
"url": "https://github.com/AsynchronousGenerators/agen/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {},
"devDependencies": {
"tape": "~1.1.1",
"gens": "~0.4.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/AsynchronousGenerators/agen/raw/master/LICENSE"
}
],
"scripts": {
"test": "node --harmony ./test/index.js"
}
}