-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.08 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
{
"jspm": {
"directories": {},
"dependencies": {
"angular": "github:angular/bower-angular@^1.3.15",
"angular-mocks": "github:angular/bower-angular-mocks@^1.3.15",
"angular-new": "npm:[email protected]",
"angular-ui-router": "github:angular-ui/ui-router@^0.2.13",
"text": "github:systemjs/plugin-text@^0.0.2"
},
"devDependencies": {
"babel": "npm:babel-core@^5.0.12",
"babel-runtime": "npm:babel-runtime@^5.0.12",
"core-js": "npm:core-js@^0.8.1",
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]"
}
},
"devDependencies": {
"browser-sync": "^2.5.3",
"chai": "^2.2.0",
"chai-as-promised": "^4.3.0",
"gulp": "^3.8.11",
"js-yaml": "^3.2.7",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-chrome-launcher": "^0.1.7",
"karma-jspm": "^1.1.4",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-sinon-chai": "^0.3.0",
"mocha": "^2.2.4"
}
}