-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.5 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "pcs",
"version": "0.0.0",
"description": "The Pcs Project",
"main": "",
"engines" : {
"node" : ">=4.2 <4.3"
},
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/gulp deploy",
"dev": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "[email protected]:[ORGANIZATION]/pcs.git"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/[ORGANIZATION]/pcs/issues"
},
"homepage": "https://github.com/[ORGANIZATION]/pcs#readme",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"bootstrap": "^3.3.6",
"browserify": "^12.0.1",
"file-exists": "^1.0.0",
"glob": "^6.0.1",
"gulp": "^3.8.9",
"gulp-concat": "^2.3.4",
"gulp-connect": "^2.2.0",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.4",
"gulp-jasmine2-phantomjs": "^0.1.1",
"gulp-less": "^3.0.5",
"gulp-livereload": "^2.1.1",
"gulp-notify": "^1.4.2",
"gulp-modernizr": "0.0.0",
"gulp-rename": "^1.2.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"jquery": "^2.1",
"less": "^2.5.3",
"vinyl-source-stream": "^0.1.1",
"watchify": "^2.1.1",
"yargs": "^3.31.0"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
}
}