-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "things-web",
"version": "1.0.0",
"description": "Web UI for Things",
"main": "gulpfile.js",
"devDependencies": {
"browser-sync": "^2.11.0",
"chai": "^3.5.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-gh-pages": "^0.5.4",
"gulp-load-plugins": "^1.1.0",
"gulp-replace-task": "^0.11.0",
"gulp-sass": "^2.1.0",
"gulp-useref": "^3.0.5",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.5",
"run-sequence": "^1.1.5"
},
"scripts": {
"start": "gulp",
"build": "gulp sass"
},
"repository": {
"type": "git",
"url": "https://github.com/rhoegg-things/things-web.git"
},
"bugs": {
"url": "https://github.com/rhoegg-things/things-web/issues",
"email": "[email protected]"
},
"author": "Ryan Hoegg <[email protected]>",
"license": "Apache 2.0",
"private": true,
"dependencies": {
"bower": "^1.7.7"
}
}