-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 923 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
{
"name": "@ember-data/rfc395-data",
"version": "0.0.4",
"description": "JSON data for Ember.js RFC #395",
"author": "Cyrille David <[email protected]>",
"files": [
"mappings.json"
],
"main": "mappings.json",
"homepage": "https://github.com/ember-data/ember-data-rfc395-data#readme",
"bugs": {
"url": "https://github.com/ember-data/ember-data-rfc395-data/issues"
},
"repository": {
"url": "git+htps://github.com/ember-data/ember-data-rfc395-data.git"
},
"license": "MIT",
"scripts": {
"lint": "eslint .",
"changelog": "lerna-changelog",
"test": "jest"
},
"devDependencies": {
"chalk": "^2.4.2",
"eslint": "^5.15.3",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^24.5.0",
"lerna-changelog": "^0.8.2",
"prettier": "^1.16.4"
}
}