mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00

'npm install' was generating several warnings about missing properties in package.json. Marking the repository as private clears up the warnings.
23 lines
608 B
JSON
23 lines
608 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"glob": "^5.0.14",
|
|
"path-posix": "^1.0.0",
|
|
"merge-stream": "^0.1.8",
|
|
"gulp-if": "^1.2.5",
|
|
"gulp": "^3.8.11",
|
|
"gulp-newer": "^0.5.0",
|
|
"gulp-plumber": "^1.0.0",
|
|
"gulp-sourcemaps": "^1.5.2",
|
|
"gulp-less": "^3.0.3",
|
|
"gulp-autoprefixer": "^2.2.0",
|
|
"gulp-minify-css": "^1.1.1",
|
|
"gulp-typescript": "^2.8.0",
|
|
"gulp-uglify": "^1.2.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-concat": "^2.5.2",
|
|
"gulp-header": "^1.2.2"
|
|
},
|
|
"dependencies": { }
|
|
}
|