]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "@serpentity/serpentity", | |
3 | "description": "An Entity-Component-System Engine", | |
4 | "version": "2.1.0-alpha3", | |
5 | "contributors": [ | |
6 | { | |
7 | "name": "Rubén Beltrán del Río", | |
8 | "email": "ben@nsovocal.com", | |
9 | "url": "https://unlimited.pizza" | |
10 | } | |
11 | ], | |
12 | "repository": { | |
13 | "type": "git", | |
14 | "url": "https://github.com/serpentity/serpentity.git" | |
15 | }, | |
16 | "dependencies": { | |
17 | "events": "^2.0.0" | |
18 | }, | |
19 | "devDependencies": { | |
20 | "babel-core": "^6.24.1", | |
21 | "babel-loader": "^6.4.1", | |
22 | "babel-preset-es2015": "^6.24.1", | |
23 | "code": "^4.0.0", | |
24 | "eslint": "^3.19.0", | |
25 | "eslint-config-hapi": "^10.0.0", | |
26 | "eslint-plugin-hapi": "^4.0.0", | |
27 | "lab": "^13.0.1", | |
28 | "webpack": "^2.3.3" | |
29 | }, | |
30 | "engines": { | |
31 | "node": ">= 6.0.0" | |
32 | }, | |
33 | "scripts": { | |
34 | "build": "webpack --config ./config/webpack.js", | |
35 | "lint": "eslint lib", | |
36 | "test": "lab" | |
37 | }, | |
38 | "main": "./lib/serpentity.js" | |
39 | } |