-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "eyepatch",
"version": "0.1.5",
"description": "",
"main": "index.js",
"scripts": {
"prepublish": "npm run build",
"build": "./node_modules/.bin/gulp",
"buildWatch": "./node_modules/.bin/gulp watch",
"mochaTest": "./node_modules/.bin/mocha -c -b src/**/*.test.js",
"mochaTestWatch": "./node_modules/.bin/mocha -c -b -w src/**/*.test.js",
"test": "npm run mochaTest",
"testWatch": "npm run mochaTestWatch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slavik57/eyepatch.git"
},
"keywords": [
"eyepatch"
],
"author": "Slava Shpitalny <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/slavik57/eyepatch/issues"
},
"homepage": "https://github.com/slavik57/eyepatch#readme",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-tslint": "^7.0.1",
"gulp-typescript": "^3.1.3",
"merge2": "^1.0.2",
"mocha": "^2.5.3",
"run-sequence": "^1.2.2",
"sinon": "^1.17.6",
"tslint": "^4.0.2",
"typescript": "^2.1.4"
}
}