-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.24 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
53
54
55
56
{
"name": "ai",
"version": "0.2.12",
"description": "A library for creating an intuitive ui in Angular.",
"main": "dist/ai.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/origin1tech/ai"
},
"keywords": [
"Angular",
"AI",
"User",
"Interface",
"Directive",
"Provider"
],
"author": "origin1tech <origin1tech@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/origin1tech/ai/issues"
},
"homepage": "https://github.com/origin1tech/ai",
"dependencies": {},
"files": [
"dist/",
"README.md",
"LICENSE.md",
"package.json"
],
"devDependencies": {
"gulp-cached": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.2.0",
"node-sass": "^3.4.2",
"del": "^0.1.3",
"event-stream": "^3.1.7",
"gulp": "^3.8.10",
"gulp-concat": "^2.3.4",
"gulp-connect": "^2.0.6",
"gulp-cssmin": "^0.1.6",
"gulp-inject": "^1.0.1",
"gulp-load-plugins": "^0.6.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-concat-util": "^0.5.1",
"gulp-requirejs": "^0.1.3",
"gulp-bump": "^0.2.2"
},
"directories": {
"lib": "dist"
}
}