-
Notifications
You must be signed in to change notification settings - Fork 130
/
package.json
33 lines (33 loc) · 898 Bytes
/
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
{
"name": "enyo-bootplate",
"description": "An Enyo-based self contained template to build web applications using HTML, CSS and JavaScript.",
"version": "2.5.3-pre.1",
"homepage": "http://enyojs.com/",
"bugs": "http://jira.enyojs.com/",
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/enyojs/bootplate.git"
},
"maintainers": [
{
"name": "Enyo JS Framework Team",
"web": "http://enyojs.com/"
}
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-http-server": "~1.1.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0"
},
"dependencies": {}
}