UNPKG

963 BJSONView Raw
1{
2 "name": "axoid",
3 "version": "3.1.2",
4 "description": "United Entities.",
5 "keywords": [
6 "frontend",
7 "framework",
8 "declarative",
9 "IoC",
10 "asynchronous",
11 "coffeescript"
12 ],
13 "author": {
14 "name": "Aliaksandr Litskevich",
15 "url": "http://google.com/+Alex.Litskevich"
16 },
17 "license": {
18 "type": "APACHE20",
19 "url": "http://www.apache.org/licenses/LICENSE-2.0"
20 },
21 "scripts": {
22 "build": "gulp build",
23 "default": "gulp"
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/alitskevich/axoid.git"
28 },
29 "engines": {
30 "node": "0.10.x",
31 "npm": ">= 1.0.0"
32 },
33 "dependencies": {
34 },
35 "devDependencies": {
36 "gulp": "^3.8.9",
37 "gulp-load-plugins": "^0.8.0",
38 "gulp-util": "*",
39 "gulp-plumber": "*",
40 "gulp-concat": "*",
41 "gulp-coffee": "*",
42 "gulp-uglify": "*",
43 "gulp-jshint": "*",
44 "gulp-cached": "*",
45 "gulp-remember": "*"
46 },
47 "main": "./index.js"
48}