-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 894 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
36
{
"name": "easy-cursors",
"version": "0.3.1",
"description": "Cursors that work with normal objects. Works with React",
"main": "build/index.js",
"scripts": {
"test": "mocha --compilers js:babel/register -R dot test/*.js",
"prepublish": "node_modules/.bin/babel src -d build"
},
"repository": {
"type": "git",
"url": "https://github.com/KualiCo/easy-cursors.git"
},
"engines": {
"node": ">=0.10"
},
"author": "Sean Hess",
"contributors": [
"Jamison Dance <hi@jamison.dance> (http://jamison.dance)",
"Dallin Osmun",
"Murphy Randle"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/KualiCo/easy-cursors/issues"
},
"homepage": "https://github.com/KualiCo/easy-cursors",
"dependencies": {
"ramda": "0.10.0"
},
"devDependencies": {
"babel": "5.6.14",
"babel-core": "5.6.14",
"mocha": "2.3.4"
}
}