forked from ariatemplates/hashspace-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 KB
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
{
"author": "ariatemplates <contact@ariatemplates.com> (http://github.com/ariatemplates)",
"name": "hashspace-bootstrap",
"description": "Hashspace components for Bootstrap",
"version": "0.0.1-SNAPSHOT",
"repository": {
"type": "git",
"url": "https://github.com/ariatemplates/hashspace-bootstrap"
},
"homepage": "http://ariatemplates.github.io/hashspace-bootstrap/",
"dependencies": {
"gulp": "~3.8.1"
},
"devDependencies": {
"gulp-util": "~2.2.17",
"gulp-watch": "~0.6.8",
"gulp-template": "~0.1.1",
"rimraf": "~2.2.8",
"gulp-concat": "~2.2.0",
"gulp-markdown": "~0.1.2",
"gulp-noder": "~0.0.3",
"gulp-hashspace": "~0.0.3",
"gulp-uglify": "~0.3.1",
"gulp-jshint": "~1.6.3",
"gulp-rename": "~1.2.0",
"gulp-livereload": "~2.1.0",
"through2": "~0.4.1",
"connect": "~2.14.2",
"karma": "~0.12.16",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.1.3",
"karma-commonjs": "~0.0.9",
"karma-hashspace": "~0.0.2",
"karma-sinon": "~1.0.3",
"karma-sauce-launcher": "~0.2.9",
"karma-coverage": "~0.1",
"expect.js": "~0.3.1",
"karma-expect": "~1.1.0",
"lodash": "~2.4.1"
},
"scripts": {
"test": "gulp test"
}
}