-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 828 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
{
"name": "insalesfavorites",
"version": "0.6.1",
"description": "Избранное",
"main": "dist/favorites.js",
"scripts": {
"dist": "webpack --config webpack.config.js",
"build": "webpack-dev-server --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VladimirIvanin/favorites.git"
},
"author": "Vladimir Ivanin",
"license": "MIT",
"bugs": {
"url": "https://github.com/VladimirIvanin/favorites/issues"
},
"homepage": "https://github.com/VladimirIvanin/favorites#readme",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}