1 | {
|
2 | "name": "ecore",
|
3 | "description": "Ecore (EMOF) JavaScript Implementation",
|
4 | "version": "0.12.0",
|
5 | "author": "Guillaume Hillairet <g.hillairet@gmail.com>",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "git://github.com/ghillairet/ecore.js.git"
|
9 | },
|
10 | "keywords": [
|
11 | "emf",
|
12 | "emof",
|
13 | "model"
|
14 | ],
|
15 | "main": "index.js",
|
16 | "engines": {
|
17 | "node": ">= 0.8.0"
|
18 | },
|
19 | "dependencies": {
|
20 | "sax": "^1.2.1",
|
21 | "underscore": "^1.8.3"
|
22 | },
|
23 | "devDependencies": {
|
24 | "grunt": "~1.0.1",
|
25 | "grunt-contrib-concat": "^1.0.1",
|
26 | "grunt-contrib-jshint": "^1.0.0",
|
27 | "grunt-contrib-uglify": "^2.0.0",
|
28 | "grunt-contrib-watch": "^1.0.0",
|
29 | "grunt-mocha-test": "^0.12.7",
|
30 | "mocha": "^2.5.3"
|
31 | },
|
32 | "directories": {
|
33 | "doc": "docs",
|
34 | "test": "test"
|
35 | },
|
36 | "scripts": {
|
37 | "test": "mocha"
|
38 | },
|
39 | "license": "EPL"
|
40 | }
|