forked from brownplt/code.pyret.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "code.pyret.org",
"version": "0.0.0",
"description": "A simple IDE for Pyret",
"main": "index.js",
"engines": {
"npm": "2.1.x"
},
"dependencies": {
"lodash": "~2.4.1",
"q": "~1.0.1",
"s-expression": "~2.2.0",
"pyret-lang": "git://github.com/brownplt/pyret-lang.git#master",
"codemirror": "~5.11.0",
"requirejs": "2.1.14",
"node-static": "^0.7.3",
"express": "^4.1.1",
"request": "^2.34.0",
"googleapis": "^1.0.0",
"node-uuid": "^1.4.1",
"jwt-simple": "^0.2.0",
"csurf": "^1.1.0",
"cookie-session": "^1.0.1",
"cookie-parser": "^1.0.1",
"jasmine-node": "^1.14.3",
"selenium-webdriver": "^2.41.0",
"mustache": "^0.8.1",
"url.js": "^1.0.2",
"redis": "^0.10.3",
"seedrandom": "~2.3.10",
"mustache-express": "^1.2.1"
},
"devDependencies": {},
"scripts": {
"postinstall": "make -j3 web",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/brownplt/code.pyret.org"
},
"author": "Joe Politz",
"license": "Apache 2"
}