-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 955 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
{
"name": "atomic-timing",
"version": "1.0.5-alpha",
"description": "Record browser timing information",
"main": "bin/index.js",
"author": {
"name": "Luke Jones",
"email": "[email protected]",
"url": "lukejones.co"
},
"repository": "https://github.com/luke-j/atomic-timing",
"license": "MIT",
"scripts": {
"precommit": "eslint . && pretty-quick --staged",
"build": "rollup -c"
},
"devDependencies": {
"@babel/core": "7.0.0-rc.2",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-rc.2",
"@babel/preset-env": "7.0.0",
"eslint": "5.4.0",
"husky": "0.14.3",
"prettier": "1.14.2",
"pretty-quick": "1.6.0",
"rollup": "0.64.1",
"rollup-plugin-babel": "4.0.0-beta.8",
"rollup-plugin-commonjs": "9.1.5",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-string": "2.0.2",
"rollup-plugin-terser": "1.0.1"
},
"dependencies": {
"tti-polyfill": "0.2.2"
}
}