forked from unbug/codelf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "Codelf",
"version": "5.0.0",
"description": "Organize your GitHub stars and repositories.Search over projects from GitHub, Bitbucket, Google Code, Codeplex, Sourceforge, Fedora Project to find real-world usage variable names.",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.2.4",
"date-utils": "^1.2.16",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cachebust": "0.0.6",
"gulp-cached": "^1.1.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-file-include": "^0.13.7",
"gulp-htmlmin": "^1.3.0",
"gulp-load-plugins": "^0.8.1",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"run-sequence": "^1.0.2",
"through2": "^0.6.3",
"webpack": "^1.12.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Codelf",
"real-world usage variable names",
"searchcode"
],
"author": "unbug",
"license": "MIT"
}