-
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) · 822 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 822 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": "variantsModifier",
"version": "0.8.0",
"description": "Плагин для обновления информации товара на платформе InSales",
"main": "dist/variantsModifier.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node node_modules/isoptera -c config/dev.yaml",
"dist": "node node_modules/isoptera -c config/dist.yaml"
},
"author": "Vladimir Ivanin",
"license": "ISC",
"devDependencies": {
"errorify": "^0.3.1",
"eslintify": "^3.1.0",
"isoptera": "0.1.0",
"jstify": "^0.14.0",
"lodash": "^4.17.4",
"nocommentify": "0.0.4",
"partialify": "^3.1.6",
"watchify": "^3.9.0"
},
"dependencies": {
"browserify-banner": "^1.0.5",
"minifyify": "^7.3.5",
"uglifyify": "^4.0.2"
}
}