-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 855 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
{
"name": "vorpal-setorprint",
"version": "1.0.1",
"description": "Quickly create vorpal commands which set a value, or print it if no argument was given.",
"main": "index.js",
"scripts": {
"test": "jasmine-node spec.coffee --coffee --matchall",
"prepublish": "npm run compile",
"compile": "coffee --compile index.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AljoschaMeyer/vorpal-setorprint.git"
},
"keywords": [
"vorpal"
],
"author": "Aljoscha Meyer <aljoscha.meyer@uni-oldenburg.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AljoschaMeyer/vorpal-setorprint/issues"
},
"homepage": "https://github.com/AljoschaMeyer/vorpal-setorprint#readme",
"devDependencies": {
"jasmine-node": "^1.14.5",
"vorpal": "^1.3.34",
"vorpal-log": "0.0.3"
}
}