-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.3 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
{
"name": "webpack-svgstore-plugin",
"version": "2.1.4",
"description": "Webpack svgstore plugin",
"main": "index.js",
"scripts": {
"code:test": "NODE_ENV=platform mocha -w -R spec ./test/index.js",
"code:coverage": "NODE_ENV=platform ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha && npm run code:report",
"code:report": "CODECLIMATE_REPO_TOKEN=29b2c943849c33562af12b70563d86e95c073e04c7510e9da5d9711cf3233b17 ./node_modules/.bin/codeclimate-test-reporter < coverage/lcov.info",
"build": "rm -rf platform/dist/* && NODE_ENV=platform webpack --progress -p --colors"
},
"author": "[email protected]",
"contributors": [
{
"name": "Gordey Levchenko",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"glob": "^6.0.1",
"htmlparser2": "^3.8.3",
"jade": "^1.11.0",
"lodash": "^3.10.1",
"slash": "^1.0.0",
"svgo": "^0.6.0"
},
"devDependencies": {
"chai": "^3.4.1",
"codeclimate-test-reporter": "^0.1.1",
"eslint-config-rambler": "https://github.com/rambler-digital-solutions/dotfiles.git#master",
"istanbul": "^0.4.0",
"mocha": "^2.2.5",
"path": "^0.11.14",
"webpack": "^1.12.2"
},
"repository": {
"type": "git",
"url": "https://github.com/mrsum/webpack-svgstore-plugin"
}
}