-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 834 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
{
"name": "power_of_acceleration_time",
"version": "1.0.0",
"description": "power of acceleration time",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1"
},
"devDependencies": {
"brain": "^0.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-sourcemaps": "^1.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaniilDem/power_of_acceleration_time.git"
},
"author": "Daniil Demchenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/DaniilDem/power_of_acceleration_time/issues"
},
"homepage": "https://github.com/DaniilDem/power_of_acceleration_time#readme"
}