-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 880 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
{
"name": "ghostdoc",
"version": "0.15.2",
"description": "*A smart text viewer that semi-automatically identifies, highlights and summarizes based on artifacts.*",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.4.3",
"babel-runtime": "^6.23.0",
"meteor-node-stubs": "^0.2.5"
},
"devDependencies": {
"autoprefixer": "^6.3.1"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ErikGartner/ghostdoc.git"
},
"author": "Erik Gärtner",
"license": "MIT",
"bugs": {
"url": "https://github.com/ErikGartner/ghostdoc/issues"
},
"homepage": "https://github.com/ErikGartner/ghostdoc#readme"
}