2015-01-02 14:25:11 +11:00
|
|
|
{
|
|
|
|
|
"author": "Umbraco HQ",
|
|
|
|
|
"name": "umbraco",
|
|
|
|
|
"homepage": "https://github.com/umbraco/umbraco-cms/",
|
|
|
|
|
"version": "7.1.2",
|
2016-02-04 16:10:35 +01:00
|
|
|
"license": "MIT",
|
2015-01-02 14:25:11 +11:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2017-08-07 15:29:34 +02:00
|
|
|
"url": "https://github.com/umbraco/Umbraco-CMS.git"
|
2015-01-02 14:25:11 +11:00
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://issues.umbraco.org"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 0.8.4"
|
|
|
|
|
},
|
2017-01-07 01:24:32 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"install": "bower-installer",
|
2017-06-27 17:00:00 +02:00
|
|
|
"test": "karma start test/config/karma.conf.js --singlerun",
|
|
|
|
|
"build": "gulp"
|
2017-01-07 01:24:32 +01:00
|
|
|
},
|
2015-01-02 14:25:11 +11:00
|
|
|
"dependencies": {},
|
|
|
|
|
"devDependencies": {
|
2017-01-07 01:24:32 +01:00
|
|
|
"autoprefixer": "^6.5.0",
|
|
|
|
|
"bower-installer": "^1.2.0",
|
|
|
|
|
"cssnano": "^3.7.6",
|
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
|
"gulp-concat": "^2.6.0",
|
2018-01-03 11:08:55 +00:00
|
|
|
"gulp-connect": "5.0.0",
|
2018-08-08 19:52:00 +02:00
|
|
|
"gulp-eslint": "^5.0.0",
|
2018-05-31 13:37:24 +01:00
|
|
|
"gulp-imagemin": "^4.1.0",
|
2018-03-21 13:55:01 +11:00
|
|
|
"gulp-less": "^3.5.0",
|
2017-08-25 14:22:42 +02:00
|
|
|
"gulp-ngdocs": "^0.3.0",
|
2018-03-21 13:55:01 +11:00
|
|
|
"gulp-open": "^2.1.0",
|
2017-01-07 01:24:32 +01:00
|
|
|
"gulp-postcss": "^6.2.0",
|
|
|
|
|
"gulp-rename": "^1.2.2",
|
2017-06-27 17:00:00 +02:00
|
|
|
"gulp-sort": "^2.0.0",
|
2017-01-07 01:24:32 +01:00
|
|
|
"gulp-watch": "^4.3.10",
|
|
|
|
|
"gulp-wrap": "^0.13.0",
|
2017-06-27 17:00:00 +02:00
|
|
|
"gulp-wrap-js": "^0.4.1",
|
2017-09-12 16:02:40 +10:00
|
|
|
"jasmine-core": "2.5.2",
|
2017-06-27 17:00:00 +02:00
|
|
|
"karma": "^1.7.0",
|
2018-03-21 13:55:01 +11:00
|
|
|
"karma-jasmine": "^1.1.1",
|
2017-06-27 17:00:00 +02:00
|
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
2018-03-21 13:55:01 +11:00
|
|
|
"less": "^2.7.3",
|
|
|
|
|
"lodash": "^4.17.5",
|
2017-08-25 14:22:42 +02:00
|
|
|
"merge-stream": "^1.0.1",
|
2018-03-21 13:55:01 +11:00
|
|
|
"run-sequence": "^2.2.1"
|
2015-01-02 14:25:11 +11:00
|
|
|
}
|
|
|
|
|
}
|