-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.09 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
{
"author": "Simon Fridlund <simon@fridlund.email>",
"bugs": {
"url": "https://github.com/meteor-collectionbehaviours/timestmap/issues"
},
"description": "Automatically timestamp documents in your collections",
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-es2016": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"eslint": "^3.14.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-no-unused-vars-rest": "^1.0.4",
"eslint-plugin-no-use-extend-native": "^0.3.12",
"eslint-plugin-prefer-object-spread": "^1.1.0",
"flow-bin": "^0.38.0"
},
"homepage": "https://github.com/meteor-collectionbehaviours/timestamp#readme",
"license": "MIT",
"main": "package.js",
"name": "meteor-collectionbehaviours-timestamp",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/meteor-collectionbehaviours/timestamp.git"
},
"scripts": {
"lint": "eslint ."
},
"version": "1.0.0-alpha.3"
}