forked from lee101/neat-complete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 863 Bytes
/
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
{
"name": "neat_complete",
"version": "1.2.4",
"description": "A light-weight and library-less widget for simple autocompletion.",
"scripts": {
"test": "gulp test"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/AbleTech/neat-complete.git"
},
"author": "Abletech Ltd.",
"license": "https://github.com/AbleTech/neat-complete/blob/develop/LICENSE.md",
"readmeFilename": "README.md",
"gitHead": "e0c93e48a2be88e8a55a981030c96c9e27e3c92f",
"devDependencies": {
"gulp": "^3.8.6",
"gulp-coffee": "^2.1.1",
"gulp-connect": "^2.0.6",
"gulp-header": "^1.0.5",
"gulp-preprocess": "^1.1.1",
"gulp-qunit": "^0.3.3",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.2",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"phantomjs": "1.8.1-1"
}
}