forked from mynameistechno/finderjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1002 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
37
38
39
40
41
42
{
"name": "finderjs",
"version": "1.0.0",
"description": "Finder-like ui for viewing hierarchical content in columns",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mynameistechno/finderjs.git"
},
"keywords": [
"finder",
"hierarchichal",
"ui",
"columns"
],
"author": "Mark Matyas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mynameistechno/finderjs/issues"
},
"homepage": "https://github.com/mynameistechno/finderjs#readme",
"devDependencies": {
"browserify": "^11.2.0",
"codeclimate-test-reporter": "^0.1.1",
"eslint": "^1.6.0",
"glob": "^5.0.15",
"istanbul": "^0.3.21",
"tap-spec": "^4.1.0",
"tape": "^4.2.1",
"uglifyify": "^3.0.1",
"watchify": "^3.4.0",
"xhr": "^2.1.0"
},
"dependencies": {
"eventemitter3": "^1.1.1",
"global": "^4.3.0",
"x-is-array": "^0.1.0",
"xtend": "^4.0.0"
}
}