UNPKG

1.48 kBJSONView Raw
1{
2 "name": "gulp-espower",
3 "description": "A gulp plugin for power-assert",
4 "version": "1.0.0",
5 "author": {
6 "name": "Takuto Wada",
7 "email": "takuto.wada@gmail.com",
8 "url": "https://github.com/twada"
9 },
10 "bugs": "https://github.com/power-assert-js/gulp-espower/issues",
11 "contributors": [
12 {
13 "name": "bouzuya",
14 "mail": "m@bouzuya.net",
15 "url": "http://bouzuya.net"
16 }
17 ],
18 "dependencies": {
19 "bufferstreams": "^1.0.1",
20 "convert-source-map": "^1.1.1",
21 "escodegen": "^1.6.1",
22 "espower": "^1.0.6",
23 "espower-source": "^1.0.0",
24 "esprima": "^2.0.0",
25 "gulp-util": "^3.0.5",
26 "multi-stage-sourcemap": "^0.2.1",
27 "through2": "^2.0.0",
28 "vinyl-sourcemaps-apply": "^0.1.4",
29 "xtend": "^4.0.0"
30 },
31 "devDependencies": {
32 "event-stream": "^3.3.1",
33 "jshint": "^2.8.0",
34 "mocha": "^2.2.5"
35 },
36 "engines": {
37 "node": ">=0.8.0",
38 "npm": ">=1.2.10"
39 },
40 "files": [
41 "LICENSE-MIT",
42 "CHANGELOG.md",
43 "README.md",
44 "index.js",
45 "package.json",
46 "test"
47 ],
48 "homepage": "https://github.com/power-assert-js/gulp-espower",
49 "keywords": [
50 "assert",
51 "assertion",
52 "gulpplugin",
53 "power-assert",
54 "test",
55 "testing"
56 ],
57 "license": "MIT",
58 "main": "./index.js",
59 "repository": {
60 "type": "git",
61 "url": "git://github.com/power-assert-js/gulp-espower.git"
62 },
63 "scripts": {
64 "lint": "jshint index.js",
65 "test": "npm run lint && mocha"
66 }
67}