-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "cognition-collection",
"version": "1.0.1",
"description": "Utility alloy for cogition-framework aimed at making collection management less painful",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "enlore",
"repository": {
"type": "git",
"url": "https://github.com/enlore/cognition-collection"
},
"bugs": {
"url": "https://github.com/enlore/cognition-collection/issues"
},
"license": "Apache-2.0",
"keywords": [
"cognition-framework",
"cognition alloy",
"alloy",
"utility alloy",
"cognition utility"
],
"devDependencies": {
"colors": "^1.1.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-chmod": "^1.2.0",
"gulp-connect": "^2.2.0",
"gulp-html-autoprefixer": "0.0.1",
"gulp-if": "^2.0.0",
"gulp-postcss": "^6.0.1",
"gulp-webserver": "^0.9.1",
"html-autoprefixer": "^0.3.7",
"postcss-import": "^7.1.2"
},
"dependencies": {
"catbus": "^2.0.5",
"cognition-framework": "^1.0.7"
}
}