-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "quick-tour",
"version": "1.0.0",
"description": "A quick tour on LiveStyle features",
"main": "js/quick-tour.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sergey Chikuyonok <[email protected]>",
"license": "ISC",
"dependencies": {
"es6-collections": "^0.5.5",
"xtend": "^4.0.0"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-core": "^5.8.24",
"babel-runtime": "^5.8.25",
"browserify": "^11.1.0",
"gulp": "^3.9.0",
"gulp-minify-css": "^1.2.1",
"gulp-postcss": "^6.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"postcss-import": "^7.0.0",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"watchify": "^3.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/livestyle/quick-tour.git"
},
"bugs": {
"url": "https://github.com/livestyle/quick-tour/issues"
},
"homepage": "https://github.com/livestyle/quick-tour"
}