1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| {
| "name": "example",
| "version": "1.0.0",
| "description": "",
| "main": "index.js",
| "scripts": {
| "test": "mocha",
| "travis-test": "npm i && mocha test/pass-test.js"
| },
| "directories": {
| "test": "test/"
| },
| "author": "azu",
| "license": "MIT",
| "devDependencies": {
| "espower-loader": "^1.0.0",
| "intelli-espower-loader": "file:..",
| "mocha": "^2.2.5",
| "power-assert": "^0.11.0"
| }
| }
|
|