-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 2.16 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
73
74
75
76
77
78
{
"name": "gpf-js",
"version": "1.0.1-alpha",
"description": "A multi-purpose JavaScript library",
"main": "build/gpf-node.js",
"directories": {
"lib": "build",
"test": "test"
},
"scripts": {
"config": "node make/config",
"start": "grunt serve",
"test": "grunt connectIf concurrent:source",
"release": "node make/release"
},
"repository": {
"type": "git",
"url": "https://github.com/ArnaudBuchholz/gpf-js.git"
},
"author": "Arnaud Buchholz <[email protected]> (http://gpf-js.blogspot.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArnaudBuchholz/gpf-js/issues"
},
"homepage": "http://gpf-js.blogspot.com/",
"devDependencies": {
"axios": ">=0.18.1",
"babel-eslint": "^10.0.1",
"colors": "^1.3.3",
"coveralls": "^3.0.2",
"d3-dependency-wheel": "^1.1.0",
"doctrine": "^3.0.0",
"escodegen": "^1.11.0",
"eslint": "^6.5.1",
"eslint-utils": ">=1.4.1",
"esprima": "^4.0.1",
"fs-extra": "^8.1.0",
"github-api": "^3.2.2",
"grunt": "^1.0.4",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^22.0.0",
"grunt-exec": "^3.0.0",
"grunt-htmllint": "^0.3.0",
"grunt-istanbul": "^0.8.0",
"grunt-istanbul-coverage": "^0.1.1",
"grunt-jsdoc": "^2.4.0",
"grunt-mocha": "^1.2.0",
"grunt-mocha-test": "^0.13.3",
"grunt-notify": "^0.4.3",
"grunt-zip": "^0.18.1",
"handlebars": "^4.4.3",
"ink-docstrap": "^1.3.2",
"inquirer": "^7.0.0",
"jquery": ">=3.4.0",
"js-yaml": ">=3.13.1",
"load-grunt-config": "^3.0.0",
"load-grunt-tasks": "^5.1.0",
"lodash": ">=4.17.15",
"lodash.mergewith": ">=4.6.2",
"marked": ">=0.6.1",
"mocha": "^6.2.0",
"opn": "^6.0.0",
"plato": "^1.7.0",
"q": "^1.5.1",
"rhino-1_7r5-bin": "^1.0.1",
"selenium-webdriver": "^3.6.0",
"sync-request": "^6.0.0",
"time-grunt": "^2.0.0",
"uglify-es": "^3.3.9",
"uglify-js": "^3.4.9"
}
}