-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 759 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 759 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
{
"name": "lambda",
"version": "0.10.3",
"description": "An effort to create the perfect programming language.",
"bugs": "https://github.com/71104/lambda/issues",
"license": "MIT",
"author": "Alberto La Rocca <a71104@gmail.com> (https://github.com/71104)",
"files": [
"bin"
],
"main": "bin/lambda.min.js",
"bin": {
"lambda": "./bin/Main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/71104/lambda.git"
},
"scripts": {
"start": "node bin/Main.js"
},
"devDependencies": {
"del": "~2.2.1",
"gulp": "~3.9.1",
"gulp-eslint": "~3.0.1",
"gulp-concat": "~2.6.0",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~2.0.0",
"gulp-nodeunit": "~0.0.5"
},
"preferGlobal": true
}