-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
{
"name": "node-sparky",
"version": "4.6.0",
"description": "Spark API for NodeJS",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha",
"build": "node_modules/.bin/grunt && cd docs && ./build.sh && cd .."
},
"repository": {
"type": "git",
"url": "git+https://github.com/flint-bot/sparky.git"
},
"keywords": [
"cisco",
"spark",
"flint"
],
"author": "Nicholas Marus <nmarus@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/flint-bot/sparky/issues"
},
"homepage": "https://github.com/flint-bot/sparky#readme",
"dependencies": {
"debug": "^3.1.0",
"lodash": "^4.17.10",
"mime-types": "^2.1.18",
"moment": "^2.22.2",
"request": "^2.87.0",
"validator": "^10.3.0",
"when": "^3.7.8"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-preset-env": "^1.7.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.0",
"grunt": "^1.0.3",
"grunt-babel": "^7.0.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "^3.3.0",
"jsdoc-to-markdown": "^4.0.1",
"load-grunt-tasks": "^4.0.0",
"mocha": "^5.2.0"
}
}