-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 952 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
{
"name": "like",
"version": "1.0.0",
"description": "A pattern matching tool",
"main": "index.js",
"dependencies": {
"codemirror": "^5.11.0",
"grunt-browserify": "^4.0.1",
"jquery": "^2.2.0",
"ohm-grammar-ecmascript": "^0.5.0",
"ohm-js": "^0.9.0"
},
"devDependencies": {
"chai": "^3.5.0",
"codemirror": "^5.11.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-qunit": "^1.0.1",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-mocha": "git+https://github.com/jonbretman/grunt-mocha.git",
"lodash": "^4.2.1",
"mocha": "^2.4.5",
"qunitjs": "^1.21.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dsl"
],
"author": "Christian Gram Kalhauge",
"license": "MIT"
}