-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "transcription",
"version": "0.2.1",
"description": "Documentation generator for ES6.",
"keywords": [
"transcription",
"documentation",
"ecmascript262",
"ecmascript6",
"es6"
],
"homepage": "https://github.com/affirmix/transcription",
"bugs": {
"url": "https://github.com/affirmix/transcription/issues"
},
"author": "Andrew Odri <[email protected]> (http://affirmix.com)",
"license": "MIT",
"preferGlobal": true,
"bin": {
"transcription": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/affirmix/transcription.git"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"jspm": "^0.14.0"
},
"dependencies": {
"acorn": "^0.12.0",
"babel": "^4.6.1",
"commander": "^2.7.1",
"doctrine": "^0.6.4",
"fs": "^0.0.2",
"jade": "^1.9.2",
"markdown": "^0.5.0",
"util": "^0.10.3"
},
"jspm": {
"dependencies": {
"bootstrap": "github:twbs/bootstrap@^3.3.2"
}
}
}