-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 803 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 803 Bytes
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
{
"name": "jetro",
"title": "Jetro",
"language": "JavaScript",
"description": "JavaScript for everybody",
"version": "0.1.1",
"homepage": "http://mirdaware.com",
"author": {
"name": "Marlon Ramírez",
"twitter": "marlonyramirez",
"mail": "marlonramirez@outlook.com"
},
"bugs": {
"url": "https://github.com/marlonramirez/std.js/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/mirdware/Jetro.git"
},
"license": [
{
"type": "MIT",
"url": "https://raw.github.com/marlonramirez/Jetro.js/master/LICENSE"
}
],
"author": "Marlon Ramirez <marlonramirez@outlook.com>",
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "~0.6.1"
}
}