This repository was archived by the owner on Feb 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.54 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.54 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "programming-map",
"description": "",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"babel-node": "babel-node",
"start": "DEBUG=app:* nodemon app/server.js --exec babel-node",
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hexlet/programming-map.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hexlet/programming-map/issues"
},
"homepage": "https://github.com/Hexlet/programming-map#readme",
"dependencies": {
"bootstrap": "v4.0.0-alpha.2",
"babel-plugin-syntax-flow": "*",
"babel-plugin-transform-flow-strip-types": "*",
"babel-plugin-typecheck": "*",
"csswring": "*",
"debug": "*",
"express": "*",
"express-mung": "*",
"gulp": "*",
"gulp-util": "*",
"highlight.js": "*",
"holderjs": "*",
"i18n-2": "*",
"pug": "^2.0.0-alpha6",
"jquery": "*",
"js-yaml": "*",
"lodash": "*",
"marked": "*",
"mincer": "*",
"morgan": "*",
"node-sass": "*",
"rollbar": "*",
"rollbar-browser": "*",
"social-likes": "^3.1.0",
"tether": "*",
"uglify-js": "*",
"querystring": "*"
},
"devDependencies": {
"babel-eslint": "*",
"babel-cli": "*",
"nodemon": "*",
"postcss": "*",
"precss": "*",
"autoprefixer": "*",
"babel-core": "*",
"gulp-babel": "*",
"gulp-nodemon": "*",
"gulp-eslint": "*",
"babel-preset-es2015": "*",
"babel-preset-stage-0": "*"
}
}