-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "@koumoul/nuxt-config-inject",
"version": "0.4.12",
"description": "Hackish way to obtain \"build once - deploy many times\" with nuxtjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koumoul-dev/nuxt-config-inject.git"
},
"keywords": [
"nuxts",
"build",
"dynamic",
"env"
],
"author": "Alban Mouton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/koumoul-dev/nuxt-config-inject/issues"
},
"homepage": "https://github.com/koumoul-dev/nuxt-config-inject#readme",
"dependencies": {
"debug": "^4.1.1",
"flat": "^5.0.0",
"object-hash": "^2.0.1",
"replace-in-file": "^5.0.2"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0"
}
}