-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 900 Bytes
/
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
{
"name": "bt-test",
"version": "1.0.0",
"description": "BT Test App",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwi2/bt-test.git"
},
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/dwi2/bt-test/issues"
},
"homepage": "https://github.com/dwi2/bt-test#readme",
"devDependencies": {
"browser-sync": "^2.8.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.6.0",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.2",
"gulp-notify": "^2.2.0",
"gulp-put": "0.0.3",
"gulp-shell": "^0.4.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"jsdoc": "^3.3.2",
"jshint-stylish": "^2.0.1",
"mocha": "^2.2.5",
"run-sequence": "^1.1.2",
"should": "^7.0.2",
"sinon": "^1.15.4"
}
}