-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
38 lines (38 loc) · 845 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": "compilex",
"version": "0.7.4",
"description": "compilex is a node.js library which is used to build online code editor/compiler websites and webservices.",
"main": "compilex.js",
"dependencies": {
"cuid": "~1.2.4",
"colors": "~0.6.2"
},
"devDependencies": {},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/scriptnull/compilex.git"
},
"keywords": [
"compiler",
"compilex",
"c",
"c++",
"java",
"python",
"c#",
"vb",
"gcc",
"javac",
"csc",
"vbc"
],
"author": "Vishnu Bharathi <vishnubharathi04@gmail.com> (https://twitter.com/scriptnull)",
"license": "MIT",
"bugs": {
"url": "https://github.com/scriptnull/compilex/issues"
},
"homepage": "https://github.com/scriptnull/compilex"
}