-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 981 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
34
35
36
37
38
39
40
{
"name": "ember-new-plus",
"version": "0.1.1",
"description": "Set up a sweet ember development environment ludicrously fast",
"main": "Gruntfile.js",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atej/ember-new-plus.git"
},
"keywords": [
"ember",
"shell-script",
"eslint",
"eslint-config-airbnb",
"prettier",
"vscode",
"tailwindcss",
"developer-environment",
"developer-experience",
"development-tools"
],
"contributors": [
"Aseem Taneja <aseem@rigorlab.com>"
],
"bugs": {
"url": "https://github.com/atej/ember-new-plus/issues"
},
"homepage": "https://github.com/atej/ember-new-plus#readme",
"license": "GPL-3.0",
"devDependencies": {
"grunt": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"markdownlint": "^0.20.3"
}
}