-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
36 lines (36 loc) · 912 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": "fountain",
"main": "./lib/fountain",
"version": "0.8.3",
"description": "Grammar and tools for the Fountain screenwriting syntax",
"deserializers": {
"FountainPreviewView": "deserializeFountainPreviewView"
},
"repository": {
"type": "git",
"url": "https://github.com/superlou/fountain-atom.git"
},
"license": "GPLv3",
"engines": {
"atom": ">=1.24.0 <2.0.0"
},
"dependencies": {
"afterwriting": "^1.17.2",
"atom-package-deps": "^4.6.0",
"atom-space-pen-views": "^2.0.0",
"sortablejs": "^1.12.0",
"underscore-plus": "^1.0.0",
"xregexp": "^3.1.1"
},
"package-deps": [
"pdf-view:0.59.0"
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/superlou/fountain-atom/issues"
},
"homepage": "https://github.com/superlou/fountain-atom#readme",
"devDependencies": {
"atom-grammar-test": "^0.6.4"
}
}