brackets/package.json

67 строки
2.1 KiB
JSON

{
"name": "Brackets",
"version": "1.4.0-0",
"apiVersion": "1.4.0",
"homepage": "http://brackets.io",
"issues": {
"url": "http://github.com/adobe/brackets/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/brackets.git",
"branch": "",
"SHA": ""
},
"dependencies": {
"autoprefixer-core": "5.1.8",
"aws-sdk": "^2.2.9",
"grunt": "0.4.5",
"grunt-cli": "0.1.9",
"grunt-contrib-clean": "0.4.1",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-compress": "git://github.com/sedge/grunt-contrib-compress.git#fix-gruntjs#61",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-cssmin": "0.6.0",
"grunt-contrib-htmlmin": "0.1.3",
"grunt-contrib-jshint": "0.6.0",
"grunt-contrib-less": "0.8.2",
"grunt-exec": "0.4.6",
"grunt-postcss": "0.3.0",
"grunt-contrib-requirejs": "0.4.1",
"grunt-contrib-uglify": "0.2.0",
"grunt-contrib-watch": "0.4.3",
"grunt-git": "^0.3.4",
"grunt-npm": "git://github.com/sedge/grunt-npm.git#branchcheck",
"grunt-shell": "^1.1.2",
"grunt-targethtml": "0.2.6",
"grunt-template-jasmine-requirejs": "0.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-update-submodules": "^0.4.1",
"grunt-usemin": "0.1.11",
"habitat": "^3.1.2",
"jshint": "2.1.4",
"load-grunt-tasks": "0.2.0",
"q": "0.9.2",
"semver": "^4.1.0",
"jshint": "2.1.4",
"xmldoc": "^0.1.2",
"grunt-cleanempty": "1.0.3"
},
"devDependencies": {
"bluebird": "3.2.2",
"http-server": "^0.8.0",
"mkdirp": "0.5.1",
"nunjucks": "2.3.0",
"properties-parser": "0.3.1",
"requirejs": "2.1.22"
},
"scripts": {
"localize": "node scripts/properties2js",
"postinstall": "grunt install",
"build": "grunt build-browser",
"test": "grunt test && grunt build-browser-compressed",
"start": "http-server -p 8000 --cors"
},
"license": "MIT"
}