-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "vkgram",
"version": "0.1.0",
"description": "тестовое задание dnevnik.ru",
"author": "Святослав Нестерук",
"repository": {
"type": "git",
"url": "[email protected]:Nesterrr/vkalbum.git"
},
"bugs": {
"url": ""
},
"homepage": "[email protected]:Nesterrr/vkalbum.git",
"devDependencies": {
"colors": "1.1.2",
"copy-webpack-plugin": "^3.0.1",
"eslint": "3.2.0",
"eslint-plugin-requirejs": "2.0.1",
"express": "4.14.0",
"finalhandler": "0.5.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-less": "^3.3.0",
"http-server": "0.9.0",
"imagemagick": "0.1.3",
"less": "^2.7.2",
"log4js": "0.6.37",
"opener": "1.4.1",
"phantomjs-prebuilt": "2.1.7",
"webpack": "1.13.2",
"webpack-dev-middleware": "1.6.1"
},
"dependencies": {},
"scripts": {
"build": "webpack --config ./bin/webpack.config.js",
"start": "node ./bin/server.js vkgram",
"gulp": "./node_modules/.bin/gulp"
},
"engines": {
"node": "^5.11.0"
},
"openBrowser": false
}