UNPKG

964 BJSONView Raw
1{
2 "name": "doctrine",
3 "description": "JSDoc parser",
4 "homepage": "http://github.com/Constellation/doctrine.html",
5 "main": "doctrine.js",
6 "version": "0.6.2",
7 "engines": {
8 "node": ">=0.10.0"
9 },
10 "maintainers": [
11 {
12 "name": "Yusuke Suzuki",
13 "email": "utatane.tea@gmail.com",
14 "web": "http://github.com/Constellation"
15 }
16 ],
17 "repository": {
18 "type": "git",
19 "url": "http://github.com/Constellation/doctrine.git"
20 },
21 "devDependencies": {
22 "gulp": "^3.8.10",
23 "gulp-eslint": "^0.1.8",
24 "gulp-istanbul": "^0.3.1",
25 "gulp-jshint": "^1.9.0",
26 "gulp-mocha": "^1.1.1",
27 "jshint-stylish": "^1.0.0",
28 "should": "^4.1.0"
29 },
30 "licenses": [
31 {
32 "type": "BSD",
33 "url": "http://github.com/Constellation/doctrine/raw/master/LICENSE.BSD"
34 }
35 ],
36 "scripts": {
37 "test": "gulp",
38 "unit-test": "gulp test",
39 "lint": "gulp lint"
40 },
41 "dependencies": {
42 "esutils": "^1.1.4"
43 }
44}