Stackedit/package.json

38 lines
1021 B
JSON
Raw Normal View History

2013-08-30 22:45:29 +00:00
{
"name": "stackedit",
2013-12-05 21:08:37 +00:00
"version": "3.0.2",
2013-08-30 22:45:29 +00:00
"description": "StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.",
"main": "res/main.js",
"directories": {
"doc": "doc"
},
2013-09-27 23:41:15 +00:00
"dependencies": {
2013-10-19 22:59:17 +00:00
"express": "3.x",
"ejs": "~0.8.4"
2013-09-27 23:41:15 +00:00
},
2013-08-30 22:45:29 +00:00
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-less": "~0.7.0",
"grunt-string-replace": "~0.2.4",
"grunt-contrib-copy": "~0.4.1",
"bower": "~1.2.5",
"grunt-bower-requirejs": "~0.7.1",
2013-09-03 10:37:59 +00:00
"grunt-bower-task": "~0.3.1",
2013-11-05 23:03:38 +00:00
"grunt-bump": "0.0.11",
"grunt-contrib-jshint": "~0.7.1"
2013-08-30 22:45:29 +00:00
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/benweet/stackedit.git"
},
"author": "Benoit Schweblin",
"license": "Apache License",
"bugs": {
"url": "https://github.com/benweet/stackedit/issues"
}
}