UNPKG

750 BJSONView Raw
1{
2 "name": "crisper",
3 "version": "2.0.1",
4 "description": "Make an HTML file with inline scripts CSP compliant",
5 "main": "index.js",
6 "bin": {
7 "crisper": "bin/crisper"
8 },
9 "scripts": {
10 "test": "jshint --verbose bin/crisper index.js test/test.js && mocha"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/PolymerLabs/crisper.git"
15 },
16 "author": "The Polymer Authors",
17 "license": "BSD-3-Clause",
18 "bugs": {
19 "url": "https://github.com/PolymerLabs/crisper/issues"
20 },
21 "homepage": "https://github.com/PolymerLabs/crisper",
22 "dependencies": {
23 "command-line-args": "^2.0.2",
24 "dom5": "^1.0.1"
25 },
26 "devDependencies": {
27 "chai": "^3.4.0",
28 "jshint": "^2.6.3",
29 "mocha": "^2.2.3"
30 }
31}