-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 931 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
30
31
32
33
34
35
36
37
38
{
"name": "ne2030",
"version": "1.0.0",
"description": "front-end ne2030",
"main": "gulpfile.js",
"dependencies": {
"event-stream": "^4.0.1",
"fs": "0.0.1-security",
"gulp-autoprefixer": "^6.1.0",
"gulp-front-matter": "^1.3.0",
"gulp-less": "^4.0.1",
"gulp-marked": "^1.0.0",
"gulp-raster": "^0.2.0",
"gulp-rename": "^1.4.0",
"gulp-ssg": "^3.0.0",
"mustache": "^3.2.1"
},
"devDependencies": {
"gulp": "^5.0.0"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"test": "echo \"Error: no test specified\" && exit 1"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitn/ne-mobilite2030.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sitn/ne-mobilite2030/issues"
},
"homepage": "https://github.com/sitn/ne-mobilite2030#readme"
}