-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.63 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
{
"name": "nsm-circleci",
"version": "1.0.0",
"description": "Newism CircleCI",
"main": "",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/newism/circleci.git"
},
"author": "Leevi Graham <[email protected]> (http://leevigraham.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/newism/circleci/issues"
},
"homepage": "https://github.com/newism/circleci",
"devDependencies": {
"autoprefixer-core": "^5.1.7",
"backstopjs": "^0.4.1",
"browser-sync": "^2.2.1",
"browserify": "^9.0.3",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-cache": "^0.2.8",
"gulp-csso": "^1.0.0",
"gulp-debug": "^2.0.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.8.1",
"gulp-plumber": "^0.6.6",
"gulp-postcss": "^4.0.3",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "^0.4.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.1.1",
"gulp.spritesmith": "^3.2.0",
"jshint": "^2.6.3",
"jshint-stylish": "^1.0.1",
"main-bower-files": "^2.5.0",
"minimist": "^1.1.0",
"proxy-middleware": "^0.11.0",
"run-sequence": "^1.0.2",
"sass": "^0.5.0",
"vinyl-source-stream": "^1.0.0",
"vinyl-transform": "^1.0.0",
"wiredep": "^2.2.2",
"del": "^1.1.1"
},
"dependencies": {
"jquery": "^2.1.3",
"jquery-ui": "^1.10.5"
}
}