-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 880 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
{
"name": "Proto",
"version": "0.1.0",
"description": "A programming language that emphasizes prototypal programming, high integrity, and fluent, disambiguated syntax.",
"main": "lib/proto.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"chai": "~1.8.1",
"commander": "~2.0.0",
"ejs": "~0.8.4",
"escodegen": "~0.0.27",
"esprima": "~1.0.4",
"mocha": "*"
},
"devDependencies": {},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/Nathan-Wall/proto.git"
},
"keywords": [
"programming",
"language",
"prototypes",
"prototypal",
"inheritance",
"syntax",
"promises",
"async",
"await",
"generators",
"integrity"
],
"author": "Nathan Wall",
"license": "public domain",
"readmeFilename": "README.md"
}