UNPKG

1.69 kBJSONView Raw
1{
2 "name": "gpf-js",
3 "version": "0.2.2",
4 "description": "A multi-purpose JavaScript library",
5 "main": "build/gpf.js",
6 "directories": {
7 "lib": "build",
8 "test": "test"
9 },
10 "scripts": {
11 "test": "grunt connectIf concurrent:source",
12 "release": "node make\\release"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/ArnaudBuchholz/gpf-js.git"
17 },
18 "author": "Arnaud Buchholz <arnaud.buchholz@free.fr> (http://gpf-js.blogspot.com/)",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/ArnaudBuchholz/gpf-js/issues"
22 },
23 "homepage": "http://gpf-js.blogspot.com/",
24 "devDependencies": {
25 "doctrine": "^1.5.0",
26 "escodegen": "^1.9.0",
27 "eslint": "^3.19.0",
28 "esprima": "^3.1.1",
29 "fs-extra": "^2.0.0",
30 "github-api": "^3.0.0",
31 "grunt": "^0.4.5",
32 "grunt-concurrent": "^2.2.1",
33 "grunt-contrib-clean": "^1.1.0",
34 "grunt-contrib-connect": "^1.0.2",
35 "grunt-contrib-copy": "^1.0.0",
36 "grunt-contrib-jshint": "^1.0.0",
37 "grunt-contrib-uglify": "^2.3.0",
38 "grunt-contrib-watch": "^1.0.0",
39 "grunt-eslint": "^19.0.0",
40 "grunt-exec": "^1.0.1",
41 "grunt-htmllint": "^0.2.7",
42 "grunt-istanbul": "^0.7.1",
43 "grunt-istanbul-coverage": "^0.1.1",
44 "grunt-jsdoc": "^2.2.0",
45 "grunt-mocha": "^1.0.4",
46 "grunt-mocha-test": "^0.13.3",
47 "grunt-notify": "^0.4.3",
48 "ink-docstrap": "^1.3.0",
49 "inquirer": "^2.0.0",
50 "jquery": "^3.2.1",
51 "load-grunt-config": "^0.19.1",
52 "load-grunt-tasks": "^3.3.0",
53 "mocha": "^3.5.3",
54 "opn": "^4.0.0",
55 "plato": "^1.7.0",
56 "rhino-1_7r5-bin": "^1.0.1",
57 "selenium-webdriver": "^3.6.0",
58 "time-grunt": "^1.2.2"
59 }
60}