forked from Yomguithereal/baobab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.1 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
41
42
43
44
45
46
47
48
49
50
{
"name": "baobab",
"version": "0.4.3",
"description": "JavaScript data tree with cursors.",
"main": "index.js",
"dependencies": {
"emmett": "^2.1.2",
"typology": "^0.3.1"
},
"devDependencies": {
"async": "~0.9.0",
"browserify": "^9.0.3",
"gulp": "^3.8.10",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-uglify": "^1.0.2",
"jsdom": "^3.1.0",
"lodash.clonedeep": "^3.0.0",
"mocha": "^2.0.1",
"react": "^0.13.0",
"vinyl-transform": "^1.0.0"
},
"scripts": {
"test": "gulp test",
"build": "gulp build",
"lint": "gulp lint"
},
"repository": {
"type": "git",
"url": "https://github.com/Yomguithereal/baobab.git"
},
"keywords": [
"cursors",
"atom",
"tree",
"react"
],
"author": {
"name": "Guillaume Plique",
"url": "http://github.com/Yomguithereal"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Yomguithereal/baobab/issues"
},
"homepage": "https://github.com/Yomguithereal/baobab"
}