-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathpackage.json
54 lines (54 loc) · 1.37 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
47
48
49
50
51
52
53
54
{
"name": "tyto",
"version": "2.0.0",
"description": "tyto - manage and organise",
"engines": {
"node": "0.10",
"npm": "1.3"
},
"scripts": {
"test": "./node_modules/mocha-phantomjs/bin/mocha-phantomjs test/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/jh3y/tyto"
},
"author": "jh3y <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jh3y/tyto/issues"
},
"homepage": "https://github.com/jh3y/tyto",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.6.4",
"browserify": "^10.2.0",
"chai": "^2.3.0",
"coffeeify": "^1.1.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-filter": "^2.0.2",
"gulp-gh-pages": "^0.5.1",
"gulp-header": "^1.2.2",
"gulp-jade": "^1.0.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.1",
"gulp-template-store": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-wrap": "^0.11.0",
"mocha": "^2.2.5",
"mocha-phantomjs": "^3.5.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}