Files
ace/package.json

40 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2010-09-22 16:08:40 +02:00
{
"name": "ace",
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
2018-03-26 23:49:48 +04:00
"version": "1.3.3",
2014-11-05 23:46:04 +04:00
"homepage": "http://github.com/ajaxorg/ace",
2018-01-24 19:03:13 +07:00
"engines": {
"node": ">= 0.6.0"
},
2013-02-14 10:37:35 +01:00
"author": "Fabian Jakobs <fabian@c9.io>",
2011-01-14 16:18:04 +01:00
"main": "lib/ace",
2018-03-09 00:32:28 +04:00
"typings": "ace.d.ts",
2014-11-05 23:46:04 +04:00
"repository": {
"type": "git",
2018-01-24 19:03:13 +07:00
"url": "http://github.com/ajaxorg/ace.git"
2010-09-22 16:08:40 +02:00
},
2013-03-26 12:05:52 +00:00
"devDependencies": {
2018-03-09 19:28:15 +00:00
"asyncjs": "~0.0.12",
2012-04-06 17:55:23 +02:00
"amd-loader": "~0.0.4",
2014-06-20 20:54:08 +04:00
"dryice": "0.4.11",
2015-07-26 02:31:39 +04:00
"architect-build": "https://github.com/c9/architect-build/tarball/17268dce65"
2012-04-28 15:46:34 +02:00
},
2012-02-29 16:03:18 -08:00
"mappings": {
"ace": "."
},
2018-01-24 19:03:13 +07:00
"licenses": [
{
"type": "BSD New",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}
],
2011-01-31 10:30:13 -08:00
"directories": {
"lib": "lib/ace"
2011-11-09 17:08:48 +01:00
},
"scripts": {
2014-06-16 14:08:34 -04:00
"start": "node static.js",
2017-02-09 11:30:10 +04:00
"test": "node lib/ace/test/all.js",
"lint": "eslint 'lib/ace/**/*.js'"
2011-01-31 10:30:13 -08:00
}
}