-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.5 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
51
52
53
54
55
56
57
58
{
"name": "graphspace",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause",
"devDependencies": {
"ansi-styles": "^2.2.1",
"chalk": "^1.1.3",
"deepmerge": "^1.3.1",
"dotenv": "^2.0.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.8.0",
"eval": "^0.1.1",
"graphviz": "0.0.8",
"grunt": "~1.0.1",
"grunt-bower-task": "~0.4.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jsdoc": "^2.1.0",
"grunt-lib-phantomjs": "^1.1.0",
"grunt-mkdir": "^1.0.0",
"grunt-shell": "~2.1.0",
"grunt-sync": "^0.6.2",
"handlebars": "^4.0.6",
"heapdump": "^0.3.7",
"hjson": "^2.3.1",
"jsesc": "^2.3.0",
"linebyline": "^1.3.0",
"lodash": "^4.17.2",
"minimist": "^1.2.0",
"object-assign": "^4.1.0",
"path": "~0.12.7",
"pathjs": "~0.8.1",
"pg": "^6.1.2",
"pg-escape": "^0.2.0",
"phantomjs": "^2.1.7",
"process": "~0.11.9",
"readline": "^1.3.0",
"readline2": "^1.0.1",
"rimraf": "^2.5.4",
"shelljs": "^0.7.5",
"sql-escape": "^1.0.1",
"sync-sql": "^1.0.2",
"unicode-escape": "^0.1.0"
},
"dependencies": {}
}