2013-08-21 01:24:28 +04:00
|
|
|
{
|
2014-09-22 23:54:48 +04:00
|
|
|
"name": "Kitsune",
|
2015-02-06 19:05:39 +03:00
|
|
|
"description": "Platform for Mozilla Support",
|
2014-09-22 23:54:48 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/mozilla/kitsune.git"
|
|
|
|
},
|
2015-03-17 22:58:22 +03:00
|
|
|
"scripts": {
|
|
|
|
"preinstall": "./scripts/lockdown.js"
|
|
|
|
},
|
2014-09-22 23:54:48 +04:00
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "3.8.6",
|
|
|
|
"gulp-watch": "0.6.8",
|
2015-03-17 22:58:22 +03:00
|
|
|
"gulp-nunjucks": "0.2.2",
|
2015-03-18 00:32:02 +03:00
|
|
|
"lockdown": "mozilla/npm-lockdown#c7ceb9ca37fab4ba2639b89f94b88703d4e4d0d2"
|
2014-09-22 23:54:48 +04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-03-08 22:59:28 +03:00
|
|
|
"bower": "1.3.12",
|
2014-09-22 23:54:48 +04:00
|
|
|
"less": "1.7.0",
|
|
|
|
"nunjucks": "1.0.5",
|
2014-09-23 01:42:38 +04:00
|
|
|
"uglify-js": "2.4.13",
|
2015-03-08 14:56:38 +03:00
|
|
|
"cssmin": "0.4.3"
|
2014-09-22 23:54:48 +04:00
|
|
|
}
|
2013-08-21 01:24:28 +04:00
|
|
|
}
|