forked from outbrain-inc/Leonardo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
41
42
43
44
45
46
{
"name": "leonardojs",
"version": "1.0.0",
"description": "Leonardo ========",
"main": "index.js",
"scripts": {
"test": "test",
"docs:example": "./node_modules/docco/bin/docco index.js --template=./build/docs/resources/example/docco.jst --output=./",
"docs:main": "./node_modules/docco/bin/docco src/leonardo/*.js --template=./build/docs/resources/custom/docco.jst",
"compile:docs": "npm run docs:main",
"compile": "gulp && npm run compile:docs",
"compile:watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git://github.com/outbrain/Leonardo.git"
},
"keywords": [
"angularjs"
],
"author": "Sagiv Frankel",
"license": "MIT",
"bugs": {
"url": "https://github.com/outbrain/Leonardo/issues"
},
"homepage": "https://github.com/outbrain/Leonardo",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"canonical-path": "0.0.2",
"del": "^1.2.0",
"docco": "^0.7.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-docco": "0.0.4",
"gulp-help": "^1.3.4",
"gulp-less": "^3.0.1",
"gulp-minify-css": "^0.4.6",
"gulp-minify-html": "^1.0.0",
"gulp-ng-html2js": "^0.1.8",
"gulp-rename": "^1.2.0",
"gulp-traceur-cmdline": "~1.3.8",
"gulp-webserver": "^0.9.1",
"run-sequence": "^1.0.1"
}
}