-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "tickscript-studio",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Forest Johnson",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"jspm": {
"configFile": "systemjs-config.js",
"dependencies": {
"angular": "npm:angular@^1.5.0-beta.0",
"angular-cookies": "npm:angular-cookies@^1.5.8",
"angular-sanitize": "npm:angular-sanitize@^1.5.6",
"angular-ui-router": "npm:angular-ui-router@^0.2.18",
"angular-ui/bootstrap": "github:angular-ui/bootstrap-bower@^1.3.3",
"angular-ui/bootstrap-bower": "github:angular-ui/[email protected]",
"bootstrap": "npm:[email protected]",
"sourcemapped-stacktrace": "npm:sourcemapped-stacktrace@^1.1.3",
"twbs/bootstrap": "github:twbs/[email protected]"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4",
"json": "github:systemjs/plugin-json@^0.1.2",
"text": "github:systemjs/plugin-text@^0.0.8"
}
},
"devDependencies": {
"browser-sync": "^2.9.6",
"glob": "^7.0.3",
"gulp": "^3.9.0",
"gulp-concat-css": "^2.2.0",
"gulp-go-windows-fork": "^1.3.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.1.0",
"gulp-serve": "^1.2.0",
"jspm": "^0.16.10",
"systemjs-builder": "^0.15.19"
}
}