-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 952 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
33
34
35
36
37
38
39
40
{
"author": "GoIncremental",
"name": "gi-ui",
"version": "1.6.1",
"main": "./server/index.coffee",
"repository": {
"type": "git",
"url": "git://github.com/GoIncremental/gi-ui.git"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {},
"devDependencies": {
"coffee-script": "^1.9.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.5.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.5.2",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-util": "^3.0.4",
"run-sequence": "^1.0.2",
"streamqueue": "^0.1.3"
},
"description": "gi-ui -------------",
"bugs": {
"url": "https://github.com/GoIncremental/gi-ui/issues"
},
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "Apache 2.0"
}