-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 887 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 887 Bytes
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": "rowcol",
"version": "3.0.0",
"description": "A library for row-column data manipulation.",
"main": "index.js",
"scripts": {
"test": "grunt test",
"cover": "grunt cover"
},
"author": "Samuel Rouse <samuel.rouse@gmail.com> (http://samuelrouse.com)",
"license": "MIT",
"bugs": "https://github.com/oculus42/rc.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/oculus42/rc.js.git"
},
"engines": {
"node": ">0.10.0",
"iojs": ">1.0.0",
"rhino": ">1.7"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"grunt": "^1.0.0",
"grunt-mocha-istanbul": "^5.0.1",
"grunt-simple-mocha": "^0.4.1",
"istanbul": "^0.4.1",
"mocha": "^5.1.1"
}
}