-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.28 KB
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
{
"name": "smart-complete",
"description": "为input和textarea提供提示补全功能的AngularJS指令",
"version": "3.0.0",
"devDependencies": {
"coveralls": "2.11.12",
"cssnano": "3.7.4",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-connect": "5.0.0",
"gulp-footer": "1.0.5",
"gulp-header": "1.8.8",
"gulp-if": "2.0.1",
"gulp-ng-annotate": "2.0.0",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-postcss": "6.1.1",
"gulp-uglify": "2.0.0",
"jasmine": "2.5.0",
"karma": "1.2.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"phantomjs-prebuilt": "2.1.12",
"postcss-assets": "4.1.0",
"postcss-cssnext": "2.8.0",
"precss": "1.4.0",
"rucksack-css": "0.8.6",
"run-sequence": "1.2.2",
"yargs": "5.0.0"
},
"main": " ",
"directories": {
"example": "examples"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/zskymn/smart-complete.git"
},
"keywords": [
"smart",
"complete"
],
"author": "zskymn",
"license": "ISC",
"bugs": {
"url": "https://github.com/zskymn/smart-complete/issues"
},
"homepage": "https://github.com/zskymn/smart-complete#readme"
}