-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.32 KB
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
{
"name": "fastqueuejs",
"version": "1.0.1",
"description": "simple minimal fast javascript queue",
"main": "dist/fastqueuejs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MikBin/fastqueuejs.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"queue",
"javascript",
"fast",
"nodejs",
"browser"
],
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-es2015-modules-systemjs": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-rollup": "^1.2.0",
"babelify": "~6.1.3",
"grunt": "~0.4",
"grunt-babel": "~6.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-rollup": "^0.8.0",
"grunt-strip-code": "^1.0.4",
"jsdom": "^9.3.0",
"nyc": "^6.6.1",
"rollup-plugin-babel": "^2.6.1",
"chai": "^3.5.0"
},
"author": "michele bini",
"license": "MIT",
"bugs": {
"url": "https://github.com/MikBin/fastqueuejs/issues"
},
"homepage": "https://github.com/MikBin/fastqueuejs#readme",
"dependencies": {}
}