-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 853 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 853 Bytes
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
{
"name": "tacoscript-strudel-this-member",
"version": "0.6.3",
"description": "Tacoscript plugin for @ shorthand for this.",
"keywords": [
"tacoscript",
"tacoscript-plugin",
"horchata-plugin"
],
"homepage": "https://github.com/forivall/tacoscript/tree/master/packages/tacoscript-strudel-this-member",
"bugs": {
"url": "https://github.com/forivall/tacoscript/issues"
},
"license": "ISC",
"author": "Emily Klassen <forivall@gmail.com>",
"main": "lib/index.js",
"repository": "git://github.com/forivall/tacoscript.git",
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"scripts": {
"pretest": "pplink . test/fixtures/e2e",
"test": "mocha"
},
"dependencies": {
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"comal-types": "^0.6.3",
"tacoscript": "^0.6.3"
}
}