forked from mozilla-appmaker/start-here
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 769 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": "start-here",
"version": "0.1.0",
"description": "Forkable component for Mozilla Appmaker",
"main": "none",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "[email protected]:mozilla-appmaker/start-here"
},
"keywords": [
"appmaker",
"webcomponents",
"ceci"
],
"author": "David Ascher",
"license": "MPL-v2",
"bugs": {
"url": "https://github.com/mozilla-appmaker/start-here/issues"
},
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.8.0",
"grunt": "~0.4.2",
"grunt-contrib-csslint": "~0.2.0",
"grunt-lint-inline": "~0.4.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-prompt": "~0.1.2",
"grunt-template": "~0.2.2"
}
}