-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1008 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": "start-app",
"version": "1.0.0",
"description": "Start a very basic app and run a basic test in Jasmine",
"main": "index.js",
"scripts": {
"start": "gulp",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ian-leggett/start-app.git"
},
"author": "Ian Leggett",
"license": "ISC",
"bugs": {
"url": "https://github.com/ian-leggett/start-app/issues"
},
"homepage": "https://github.com/ian-leggett/start-app#readme",
"devDependencies": {
"bootstrap": "^4.0.0-beta.3",
"jquery": "^3.2.1",
"@babel/core": "^7.1.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^10.0.0",
"browser-sync": "^2.24.7",
"browserify": "^16.2.3",
"gulp": "^3.9.1",
"gulp-jasmine": "^4.0.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.8",
"require-dir": "^1.0.0",
"run-sequence": "^2.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}