Skip to content

Commit 0238239

Browse files
committed
release: v1.0.1
1 parent 5fcece5 commit 0238239

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

package.json

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +0,0 @@
1-
{
2-
"name": "@electron-elements/utils",
3-
"version": "1.0.0",
4-
"description": "Utilities for building electron elements.",
5-
"main": "lib/index.js",
6-
"types": "lib/utils.d.ts",
7-
"scripts": {
8-
"lint": "eslint . --cache",
9-
"lint-fix": "eslint . --cache --fix",
10-
"test": "karma start && eslint . --cache",
11-
"unit-tests": "karma start"
12-
},
13-
"repository": {
14-
"type": "git",
15-
"url": "git+ssh://[email protected]:electron-elements/utils.git"
16-
},
17-
"keywords": [
18-
"utils",
19-
"electron-elements",
20-
"custom elements",
21-
"electron elements"
22-
],
23-
"author": "cPhost <[email protected]>",
24-
"license": "MIT",
25-
"bugs": {
26-
"url": "https://github.com/electron-elements/utils/issues"
27-
},
28-
"homepage": "https://github.com/electron-elements/utils#readme",
29-
"devDependencies": {
30-
"electron": "^1.8.2",
31-
"eslint": "^4.18.2",
32-
"eslint-config-standard": "^11.0.0",
33-
"eslint-plugin-import": "^2.9.0",
34-
"eslint-plugin-node": "^6.0.1",
35-
"eslint-plugin-promise": "^3.7.0",
36-
"eslint-plugin-standard": "^3.0.1",
37-
"karma": "^2.0.0",
38-
"karma-electron": "^5.3.0",
39-
"karma-mocha": "^1.3.0",
40-
"karma-mocha-reporter": "^2.2.5",
41-
"mocha": "^5.0.4"
42-
}
43-
}

0 commit comments

Comments
 (0)