forked from NPellet/visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.01 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "visualizer",
"version": "2.57.1",
"description": "Data visualization framework",
"keywords": [
"data",
"visualization",
"framework"
],
"scripts": {
"build": "grunt build --clean-images",
"eslint": "eslint src",
"eslint-fix": "eslint src --fix",
"install-components": "bower install --quiet --config.interactive=false",
"install-browserified": "grunt browserify",
"postinstall": "npm run install-components && npm run install-browserified",
"prerelease": "grunt bump:prerelease",
"test": "npm run eslint",
"release:major": "npm run test && grunt bump:major --release",
"release:minor": "npm run test && grunt bump:minor --release",
"release:patch": "npm run test && grunt bump:patch --release",
"doc": "grunt jsdoc"
},
"homepage": "/~https://github.com/NPellet/visualizer",
"bugs": {
"url": "/~https://github.com/npellet/visualizer/issues"
},
"license": "MIT",
"author": "Norman Pellet",
"contributors": [
"Luc Patiny",
"Michaël Zasso",
"Daniel Kostro"
],
"main": "src/init.js",
"repository": {
"type": "git",
"url": "/~https://github.com/NPellet/visualizer.git"
},
"devDependencies": {
"add-stream": "^1.0.0",
"babel-preset-es2015": "^6.3.13",
"bower": "^1.7.9",
"conventional-changelog": "^1.1.0",
"eslint": "^2.0.0",
"extend": "^3.0.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-ftp": "^2.1.0",
"grunt-jsdoc": "^2.1.0",
"grunt-rename": "^0.1.4",
"grunt-text-replace": "^0.4.0",
"ink-docstrap": "^1.2.1",
"lodash": "^4.3.0",
"mkpath": "^1.0.0",
"semver": "^5.1.0",
"tempfile": "^1.1.1",
"walk": "^2.3.4"
},
"private": true,
"dependencies": {
"country-data": "0.0.24",
"mime-types": "^2.1.10",
"superagent": "^2.0.0"
}
}