-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.21 KB
/
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
38
39
40
41
42
43
{
"name": "myfirebase",
"version": "0.4.4",
"description": "SPA framework with vuejs and firebase",
"main": "./dist/myfirebase.js",
"scripts": {
"lint": "eslint --fix src tests",
"test": "jest --forceExit --detectOpenHandles",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myfirebase/framework.git"
},
"keywords": [
"vuejs",
"firebase",
"SPA",
"Single Page Application"
],
"author": "Houssain Amrani",
"license": "MIT",
"bugs": {
"url": "https://github.com/myfirebase/framework/issues"
},
"homepage": "https://github.com/myfirebase/framework#readme",
"peerDependencies": {},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.3.3",
"babel-preset-stage-2": "^6.18.0",
"eslint": "^4.18.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"jest": "^24.5.0",
"vue": "^1.0.28",
"webpack": "^2.6.1"
},
"jest": {}
}