]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "@serpentity/serpentity", | |
3 | "description": "An Entity-Component-System Engine", | |
4 | "version": "2.0.0", | |
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 | "devDependencies": { | |
18 | "babel-core": "^6.24.1", | |
19 | "babel-loader": "^6.4.1", | |
20 | "babel-preset-es2015": "^6.24.1", | |
21 | "code": "^4.0.0", | |
22 | "eslint": "^3.19.0", | |
23 | "eslint-config-hapi": "^10.0.0", | |
24 | "eslint-plugin-hapi": "^4.0.0", | |
25 | "lab": "^13.0.1", | |
26 | "webpack": "^2.3.3" | |
27 | }, | |
28 | "engines": { | |
29 | "node": ">= 6.0.0" | |
30 | }, | |
31 | "scripts": { | |
32 | "build": "webpack --config ./config/webpack.js", | |
33 | "lint": "eslint lib", | |
34 | "test": "lab" | |
35 | }, | |
36 | "main": "./lib/serpentity.js" | |
37 | } |