-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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
44
45
46
{
"name": "Purr",
"version": "0.0.0",
"description": "A small, portable functional language for writing highly concurrent web servers.",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/robotlolita/purr"
},
"keywords": [],
"author": "Quildreen Motta",
"license": "MIT",
"bugs": {
"url": "https://github.com/robotlolita/purr/issues"
},
"dependencies": {
"chalk": "^0.5.1",
"core.lambda": "^1.0.0",
"deep-equal": "^0.2.1",
"docopt": "^0.4.0",
"escodegen": "^1.3.3",
"esprima": "^1.2.2",
"ometajs": "^3.3.6",
"stable": "^0.1.5",
"xtend": "^3.0.0"
},
"devDependencies": {
"adt-simple": "^0.1.3",
"alright": "^1.0.0",
"browserify": "^3.33.0",
"es6-macros": "0.0.7",
"hifive": "^0.4.0",
"hifive-spec": "^0.2.1",
"ink-docstrap": "git://github.com/robotlolita/docstrap",
"jsdoc": "^3.3.0-alpha5",
"lambda-chop": "^0.1.5",
"laws": "^0.2.1",
"macros.operators": "^0.5.1",
"sparkler": "^0.3.5",
"sweet.js": "^0.7.4",
"uglify-js": "^2.4.3"
}
}