-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1 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
{
"name": "fs-ambiance-plugin",
"id": "fs-ambiance-plugin",
"version": "0.0.1",
"description": "Filesystem plugin for ambiance editor",
"keywords": [ "fs-ambiance-plugin", "ambiance", "plugin", "filesystem" ],
"author": "Irakli Gozalishvili <[email protected]> (http://jeditoolkit.com)",
"homepage": "https://github.com/Gozala/fs-ambiance-plugin",
"repository": {
"type": "git",
"url": "https://github.com/Gozala/fs-ambiance-plugin.git",
"web": "https://github.com/Gozala/fs-ambiance-plugin"
},
"bugs": {
"url": "http://github.com/Gozala/fs-ambiance-plugin/issues/"
},
"dependencies": {
"match-score": "0.0.1",
"pattern-exp": ">=0.0.2",
"micro-promise": "*"
},
"devDependencies": {
"test": ">=0.4.4",
"repl-utils": ">=1.0.0"
},
"main": "./fs.js",
"scripts": {
"test": "node test/test-all.js",
"repl": "node node_modules/repl-utils"
},
"licenses": [{
"type" : "MIT",
"url" : "https://github.com/Gozala/fs-ambiance-plugin/License.md"
}]
}