UNPKG

868 BJSONView Raw
1{
2 "name": "crisper",
3 "version": "1.0.5",
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": "node_modules/.bin/jshint --verbose bin/crisper index.js test/test.js && node_modules/.bin/mocha"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/PolymerLabs/crisper.git"
15 },
16 "author": "The Polymer Authors",
17 "license": {
18 "type": "BSD-3-Clause",
19 "url": "http://polymer.github.io/LICENSE.txt"
20 },
21 "bugs": {
22 "url": "https://github.com/PolymerLabs/crisper/issues"
23 },
24 "homepage": "https://github.com/PolymerLabs/crisper",
25 "dependencies": {
26 "dom5": "^1.0.1",
27 "nopt": "^3.0.1",
28 "through2": "^0.6.3"
29 },
30 "devDependencies": {
31 "chai": "^2.2.0",
32 "jshint": "^2.6.3",
33 "mocha": "^2.2.3"
34 }
35}