-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "tasklist-one",
"version": "1.0.0",
"description": "Tasklist One :: http://tasklist-one.herokuapp.com/",
"main": "server.js",
"dependencies": {
"body-parser": "^1.14.2",
"express": "^4.13.3",
"q": "^1.4.1",
"bower": "^1.7.2",
"gulp": "^3.9.0",
"gulp-dest-clean": "^0.5.0",
"gulp-htmlmin": "^1.3.0",
"gulp-minify-css": "^1.2.3",
"gulp-uglify": "^1.5.1",
"gulp-usemin": "^0.3.16",
"run-sequence": "^1.1.5",
"gulp-jshint": "^2.0.0",
"gulp-compass": "^2.1.0",
"gulp-livereload": "^3.8.1",
"gulp-jasmine": "~2.2.1",
"gulp-jasmine-browser": "^0.2.3",
"gulp-jasmine-phantom": "^2.0.1",
"jshint": "^2.8.0"
},
"devDependencies": {
"babel-core": "~6.3.21",
"babel-preset-es2015": "^6.3.13",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1"
},
"scripts": {
"start": "gulp api",
"postinstall": "./node_modules/bower/bin/bower install",
"test": "gulp specs",
"prestart": "npm install"
},
"repository": {
"type": "git",
"url": "https://github.com/amorimjj/taskslist-one.git"
},
"author": "Jeferson Amorim [email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/amorimjj/taskslist-one/issues"
}
}