1{
2  "name": "SyntaxHighlighter",
3  "version": "3.0.9",
4  "main": "./scripts/shCore.js",
5  "author": "Alex Gorbatchev <alex.gorbatchev@gmail.com> (http://alexgorbatchev.com)",
6  "licenses": [
7    {
8      "type": "MIT"
9    },
10    {
11      "type": "LGPL"
12    }
13  ],
14  "ignore": [
15    "**/.*",
16    "node_modules",
17    "components"
18  ],
19  "dependencies": {
20    "xregexp": "2.0.x",
21    "qunit": "~1.12.0"
22  },
23  "devDependencies": {
24    "jquery": "1.9.x",
25    "mocha": "1.9.x",
26    "chai": "1.1.x",
27    "sinon": "http://sinonjs.org/releases/sinon-1.6.0.js",
28    "sinon-chai": "2.4.x"
29  }
30}
31