-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 989 Bytes
/
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
{
"name": "pegjs-ace-editor",
"version": "0.0.0",
"description": "pegjs-ace-editor\r ================",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/mstefaniuk/pegjs-ace-editor.git"
},
"keywords": [
"pegjs",
"ace",
"editor"
],
"author": "Marcin Stefaniuk",
"license": "LGPL",
"readmeFilename": "README.md",
"gitHead": "94acab568cb004e1fc3a1972285fec7c0338361c",
"bugs": {
"url": "https://github.com/mstefaniuk/pegjs-ace-editor/issues"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-template-jasmine-requirejs": "~0.1.8",
"grunt-peg": "~1.1.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-file-append": "0.0.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-bower-task": "~0.3.4",
"grunt-nodestatic": "~0.1.2",
"grunt-contrib-jshint": "~0.8.0"
}
}