-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 835 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 835 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
39
{
"name": "archieml",
"version": "0.5.0",
"description": "JavaScript parser for the Archie Markup Language (ArchieML)",
"homepage": "http://archieml.org",
"keywords": [
"archie",
"markup",
"language",
"archieml",
"aml",
"text",
"parser"
],
"bugs": "https://github.com/newsdev/archieml-js/issues",
"author": {
"name": "Michael Strickland",
"email": "[email protected]"
},
"devDependencies": {
"phantomjs": "1.9.11",
"nodeunit": "0.9.0",
"queue-async": "1.0.7"
},
"scripts": {
"test": "nodeunit"
},
"repository": {
"type": "git",
"url": "http://github.com/newsdev/archieml-js.git"
},
"main": "archieml.js",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
]
}