-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1005 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
39
40
41
42
43
{
"name": "nisp",
"version": "0.13.8",
"description": "A language that for easily build cross-language language",
"main": "core/index",
"scripts": {
"no": "no",
"test": "no test",
"prepublish": "no build"
},
"files": [
"codemirror-mode/*.{js,d.ts}",
"codemirror-mode/tokenizer/*.{js,d.ts}",
"core/**/*.{js,d.ts}",
"lib/**/*.{js,d.ts}",
"parser/**/*.{js,d.ts}",
"highlight/**/*.{js,css,d.ts}"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ysmood/nisp.git"
},
"keywords": [
"lisp"
],
"author": "http://ysmood.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/ysmood/nisp/issues"
},
"homepage": "https://github.com/ysmood/nisp#readme",
"devDependencies": {
"@types/node": "7.0.5",
"codemirror": "5.48.0",
"fuzzaldrin": "^2.1.0",
"junit": "1.4.9",
"lodash": "^4.17.11",
"nokit": "0.23.22",
"pegjs": "0.10.0",
"typescript": "2.2.1",
"yaku": "0.17.8"
}
}