-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 809 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 809 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
33
34
35
36
37
{
"name": "argonjs",
"version": "0.0.0",
"description": "Lightweight client-side MVC-framework with Node.js backend",
"main": "lib/server/argon.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/jholster/argonjs.git"
},
"keywords": [
"client-side",
"full-stack",
"mvc",
"framework"
],
"author": "Jaakko Holster <holster@iki.fi>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jholster/argonjs/issues"
},
"devDependencies": {
"uglify-js": "~2.4.6",
"coffee-script": "~1.6.3",
"browserify": "~3.1.3"
},
"dependencies": {
"connect": "~2.12.0",
"chokidar": "~0.8.0",
"ws": "~0.4.31",
"connect-slashes": "~1.0.2",
"mongojs": "~0.9.9",
"jsdom": "~0.8.9"
}
}