UNPKG

1.66 kBJSONView Raw
1{
2 "name": "jsnbt",
3 "version": "1.1.22",
4 "description": "The Jsonbot engine",
5 "keywords": [
6 "jsnbt",
7 "jsonbot"
8 ],
9 "author": {
10 "name": "Apostolis Konoupakis",
11 "email": "konoupakis@gmail.com",
12 "url": ""
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/akonoupakis/jsnbt.git"
17 },
18 "bugs": {
19 "url": "https://github.com/akonoupakis/jsnbt/issues",
20 "email": "konoupakis@gmail.com"
21 },
22 "licenses": [
23 {
24 "type": "MIT"
25 }
26 ],
27 "config": {},
28 "main": "src/app/index.js",
29 "files": [
30 "src/**",
31 "gulpfile.js"
32 ],
33 "dependencies": {
34 "async": "0.8.0",
35 "bower": "1.2.7",
36 "chalk": "1.1.1",
37 "debug": "2.2.0",
38 "del": "2.2.0",
39 "emailjs": "0.3.16",
40 "event-stream": "3.3.2",
41 "express": "4.13.3",
42 "express-session": "1.12.1",
43 "express-session-mongo": "0.1.0",
44 "extend": "3.0.0",
45 "formidable": "1.0.15",
46 "fs-extra": "0.22.1",
47 "gulp-concat": "2.6.0",
48 "gulp-htmlmin": "1.3.0",
49 "gulp-less": "3.0.5",
50 "gulp-minify-css": "1.2.3",
51 "gulp-ng-templates": "0.0.6",
52 "gulp-preprocess": "2.0.0",
53 "gulp-rename": "1.2.2",
54 "gulp-uglify": "1.5.1",
55 "gulp-util": "3.0.7",
56 "image-transform": "1.0.3",
57 "json-validation": "1.0.4",
58 "jsuri": "1.3.0-beta.1",
59 "less": "1.3.3",
60 "log4js": "0.6.30",
61 "md5": "2.0.0",
62 "moment": "2.6.0",
63 "mongodb-proxy": "^1.0.25",
64 "mustache": "2.0.0",
65 "parseUri": "1.2.3-2",
66 "random-js": "1.0.8",
67 "run-sequence": "1.1.5",
68 "server-root": "0.0.9",
69 "socket.io": "0.9.x",
70 "underscore": "1.6.0",
71 "underscore.string": "2.3.3"
72 },
73 "devDependencies": {
74 "gulp": "*",
75 "jsnbt-docs": "*"
76 }
77}
\No newline at end of file