-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 901 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 901 Bytes
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": "angles",
"description": "XML editing mode for the Ajax.org Code Editor with support for TEI",
"version": "0.1.0",
"homepage": "https://github.com/umd-mith/angles",
"engines": {"node": ">= 0.6.0"},
"main": "dist/angles.js",
"repository": {
"type": "git",
"url" : "https://github.com/umd-mith/angles.git"
},
"dependencies": {
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-cli": "latest",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-clean": "latest",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-coffee": "latest",
"shelljs": "latest",
"rimraf": "~2.2.1",
"bower": "latest"
},
"scripts": {
"test": "grunt test"
},
"mappings": {
"angles": "."
},
"licenses": [{
"type": "BSD New",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}],
"directories": {
"lib": "dist/angles"
}
}