UNPKG

1.05 kBJSONView Raw
1{
2 "name": "atma",
3 "description": "Atma.Toolkit",
4 "preferGlobal": true,
5 "author": {
6 "name": "Alexander Kit",
7 "email": "alex.kit@atmajs.com"
8 },
9 "version": "0.12.28",
10 "bin": {
11 "atma": "atma"
12 },
13 "main": "module.js",
14 "dependencies": {
15 "appcfg": "^0.2.56",
16 "atma-class": "^1.1.72",
17 "atma-io": "^1.2.32",
18 "atma-io-middleware-yml": "latest",
19 "atma-libs": "^0.9.75",
20 "atma-logger": "^1.0.2",
21 "atma-server": "^0.4.82",
22 "atma-utest": "^0.21.5",
23 "atma-utils": "^0.1.30",
24 "body-parser": "~1.4.3",
25 "includejs": "^0.15.41",
26 "maskjs": "^0.64.9",
27 "openurl": "~1.1.0",
28 "ruta": "^0.2.32"
29 },
30 "scripts": {
31 "build": "echo \"nothing to build\"",
32 "release": "echo \"Run atma pub -m \"message\"\""
33 },
34 "repository": {
35 "type": "git",
36 "url": "git://github.com/atmajs/Atma.Toolkit.git"
37 },
38 "license": "MIT"
39}