-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "Squirt",
"icon": "squirt-icon.png",
"main": "./lib/main",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/HarleyKwyn/squirt-reader-N1-plugin.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha --compilers es6:babel-core/register spec/*.es6"
},
"engines": {
"nylas": ">=0.4.40"
},
"description": "Speed reader plugin for the Nylas N1 Client",
"dependencies": {
"babel-plugin-transform-class-properties": "6.3.13",
"babel-plugin-transform-es2015-modules-commonjs": "6.3.16",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-register": "6.3.13",
"he": "1.1.0",
"htmlparser2": "3.9.0",
"lodash": "4.12.0",
"react": "0.14.3",
"react-rangeslider": "1.0.0",
"readabilitySAX": "1.6.1",
"reflux": "0.3.0",
"babel-register": "6.3.13"
},
"license": "MIT",
"devDependencies": {
"chai": "3.4.1",
"eslint": "1.10.3",
"eslint-config-airbnb": "2.1.1",
"eslint-plugin-babel": "3.0.0",
"eslint-plugin-react": "3.13.1"
}
}