-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "prettify-matlab",
"version": "2.0.0",
"description": "MATLAB syntax highlighting for google-code-prettify",
"keywords": [
"matlab",
"syntax",
"highlight",
"prettify",
"google-code-prettify"
],
"author": {
"name": "Amro",
"email": "[email protected]",
"url": "https://github.com/amroamroamro"
},
"homepage": "https://github.com/amroamroamro/prettify-matlab",
"repository": {
"type": "git",
"url": "https://github.com/amroamroamro/prettify-matlab.git"
},
"bugs": {
"url": "https://github.com/amroamroamro/prettify-matlab/issues"
},
"license": "MIT",
"private": true,
"main": "dist/js/full/lang-matlab.js",
"scripts": {
"build": "grunt build",
"test": "grunt test"
},
"engines": {
"node": ">= 4.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.1.0",
"grunt-jscs": "^3.0.0",
"grunt-mustache-render": "^1.9.0",
"grunt-simple-mocha": "^0.4.1",
"jsdom": "^9.2.1",
"lodash": "^4.13.1"
}
}