-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "sf-module-autocomplete",
"version": "0.1.0",
"description": "Autocomplete module",
"main": "dist/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sfjs/sf-module-autocomplete.git"
},
"keywords": [
"spiral",
"sf.js",
"autocomplete"
],
"author": "Alex Chepura <[email protected]>, Yauheni Yasinau <[email protected]>, Maxim Matveev <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sfjs/sf-module-autocomplete/issues"
},
"homepage": "https://github.com/sfjs/sf-module-autocomplete#readme",
"devDependencies": {
"babel-core": "^6.6.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"koa": "^1.1.2",
"koa-route": "^2.4.2",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.9"
}
}