Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2013-11-07 17:16:22 +01:00
{
"author": "Umbraco HQ",
"name": "umbraco",
"homepage": "https://github.com/umbraco/umbraco-cms/tree/7.0.0",
"version": "7.0.0-Beta",
"repository": {
"type": "git",
"url": "git@github.com:umbraco/umbraco-cms.git"
},
"bugs": {
"url": "https://issues.umbraco.org"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/umbraco/Umbraco-CMS/blob/7.0.0/docs/License.txt"
}
],
"engines": {
"node": ">= 0.8.4"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.0",
"phantomjs": "~1.9.1-0",
"grunt-recess": "~0.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.1.1",
"grunt-html2js": "~0.1.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-open": "~0.2.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-karma": "~0.5",
"karma-chrome-launcher": "0.0.2",
"karma-script-launcher": "0.0.1",
"karma-firefox-launcher": "0.0.2",
"karma-jasmine": "0.0.1",
"karma-requirejs": "0.0.1",
"karma-coffee-preprocessor": "0.0.1",
"karma": "~0.9",
"karma-phantomjs-launcher": "0.0.2",
2014-02-26 15:50:22 +01:00
"grunt-ngdocs": "~0.1.2"
2013-11-07 17:16:22 +01:00
}
}