-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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": "fake-your-webcomponents",
"version": "1.0.0",
"private": "true",
"description": "Presentation Demo",
"scripts": {
"start": "grunt",
"lint": "./node_modules/.bin/eslint --fix --config ./.eslintrc.json .",
"test": "echo \"Error: tests are not written yet\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sampi/fake-your-webcomponents.git"
},
"author": "Daniel Spitzer <dsp@tradeshift.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sampi/fake-your-webcomponents/issues"
},
"homepage": "https://github.com/sampi/fake-your-webcomponents#readme",
"engines": {
"node": "6.9.5"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.8.1",
"eslint-config-standard": "6.2.1",
"eslint-config-tradeshift": "2.1.0",
"eslint-plugin-jasmine": "1.8.1",
"eslint-plugin-promise": "3.3.0",
"eslint-plugin-standard": "2.0.1",
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.1",
"grunt-stripcomments": "^0.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^2.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-devserver": "^0.6.0",
"grunt-exec": "^1.0.1",
"grunt-spiritual-build": "^0.1.18",
"grunt-spiritual-edbml": "^0.3.0",
"load-grunt-tasks": "^3.5.2"
}
}