forked from budgielang/budgie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 KB
/
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": "general-language-syntax",
"author": {
"name": "Josh Goldberg",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/HighSchoolHacking/GLS/issues"
},
"description": "A unified syntax that compiles into your favorite OOP languages.",
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://[email protected]:HighSchoolHacking/GLS.git"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"version": "0.3.16",
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/minimatch": "^2.0.29",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.18",
"browserify": "^14.3.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-mocha": "^4.3.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-tslint": "^8.0.0",
"gulp-typescript": "^3.1.6",
"gulp-uglify": "^2.1.2",
"merge2": "^1.0.3",
"minimatch": "^3.0.4",
"mocha": "^3.4.1",
"run-sequence": "^1.2.2",
"tsify": "^3.0.1",
"tslint": "^5.2.0",
"typescript": "^2.3.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}