-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 905 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
37
{
"name": "strider-extension-loader",
"version": "0.4.6",
"description": "Load Strider extensions",
"main": "main.js",
"dependencies": {
"async": "^3.2.2",
"connect": "^3.6.6",
"less": "^3.8.1",
"methods": "^1.1.2",
"serve-static": "^1.14.1",
"step": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"conventional-changelog-conventionalcommits": "^3.0.2",
"eslint": "^4.19.1",
"lodash.map": "^4.6.0",
"mocha": "^5.2.0",
"standard-version": "^8.0.1"
},
"scripts": {
"lint": "eslint *.js lib",
"test": "npm run lint && mocha -R tap test",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "http://github.com/Strider-CD/strider-extension-loader"
},
"author": {
"name": "Niall O'Higgins",
"email": "[email protected]",
"url": "http://frozenridge.co"
},
"license": "BSD"
}