forked from carrot/plugin-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 763 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 763 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
{
"name": "spike-plugin-directory",
"description": "spike plugin directory",
"version": "0.0.1",
"author": "Jeff Escalante",
"bugs": "https://github.com/carrot/plugin-directory/issues",
"dependencies": {
"reshape-standard": "^2.0.0",
"spike": "^2.0.2",
"spike-css-standards": "^2.0.1",
"spike-js-standards": "^2.0.2",
"spike-optimize": "^0.1.1",
"spike-records": "^2.0.0"
},
"devDependencies": {
"snazzy": "^7.0.0",
"standard": "^10.0.2"
},
"homepage": "https://github.com/carrot/plugin-directory",
"main": "app.js",
"private": "true",
"license": "MIT",
"repository": "https://github.com/carrot/plugin-directory",
"scripts": {
"lint": "standard | snazzy",
"precommit": "npm run lint -s"
}
}