-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.26 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
79
80
81
82
83
84
85
86
{
"name": "browser-dactylographsy",
"version": "2.0.4",
"description": " Front end components for consuming manifests produced by grunt-dactylographsy.",
"scripts": {
"test": "grunt ci-test"
},
"repository": {
"type": "git",
"url": "https://github.com/dactylographsy/browser-dactylographsy.git"
},
"engineStrict": true,
"engines": {
"node": ">= 4"
},
"keywords": [
"grunt",
"npm",
"asset",
"size",
"plugin"
],
"author": "Tobias Deekens <nerd@tdeekens.name> (http://tdeekens.name)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dactylographsy/browser-dactylographsy/issues"
},
"homepage": "https://github.com/dactylographsy/browser-dactylographsy",
"dependencies": {},
"devDependencies": {
"babel": "6.23.0",
"babel-core": "6.24.0",
"babel-eslint": "7.2.1",
"babel-loader": "6.4.1",
"babel-preset-es2015": "6.24.0",
"babel-runtime": "6.23.0",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"chai-string": "1.3.0",
"es6-promise": "4.1.0",
"eslint": "3.19.0",
"eslint-plugin-standard": "^2.0.1",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-nodeunit": "1.0.0",
"grunt-contrib-uglify": "2.3.0",
"grunt-contrib-watch": "1.0.0",
"grunt-dactylographsy": "2.0.3",
"grunt-eslint": "19.0.0",
"grunt-karma": "2.0.0",
"grunt-mocha-cov": "0.4.0",
"grunt-mocha-test": "0.13.2",
"grunt-shell": "2.1.0",
"grunt-webpack": "2.0.1",
"karma": "1.6.0",
"karma-browserstack-launcher": "1.2.0",
"karma-chrome-launcher": "2.0.0",
"karma-firefox-launcher": "1.0.1",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.3",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.3",
"load-grunt-config": "0.19.2",
"mocha": "3.2.0",
"node-libs-browser": "2.0.0",
"sinon": "git+https://github.com/uberVU/Sinon.JS",
"sinon-chai": "2.9.0",
"string-hash": "^1.1.0",
"time-grunt": "1.4.0",
"webpack": "2.4.0",
"webpack-dev-server": "2.4.2"
},
"peerDependencies": {
"grunt": ">=0.4.0",
"grunt-cli": ">=0.1.13"
},
"config": {
"blanket": {
"pattern": [
"tasks"
]
}
}
}