-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "Entity",
"description": "A Javascript entity with support a events and export toJSON very simple that can be extended using prototype chain.",
"version": "1.2.0",
"homepage": "https://github.com/gartz/Entity/",
"author": {
"name": "Gabriel Reitz Giannattasio <[email protected]>",
"url": "http://gartz.com.br"
},
"repository": {
"type": "git",
"url": "https://github.com/gartz/Entity.git"
},
"bugs": {
"url": "https://github.com/gartz/Entity/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gartz/Entity/blob/master/LICENSE-MIT"
}
],
"main": "Grunt.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"start": "node ./server.js",
"test": "grunt test"
},
"devDependencies": {
"assemble": "~0.4.37",
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"node-static": "^0.7.4"
},
"keywords": [
"assemble"
]
}