forked from zmilan/angularjs-lazy-loading-with-requirejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 910 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
{
"name": "angularjs-lazy-loading-with-requirejs",
"version": "1.0.0",
"description": "A demonstration of lazy loading in AngularJS using Asynchronous Module Definitions with RequireJS.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ifyio/angularjs-lazy-loading-with-requirejs.git"
},
"keywords": [
"Lazy",
"Loading",
"AngularJS"
],
"author": "Ifeanyi Isitor ([email protected])",
"license": "BSD",
"readmeFilename": "README.md",
"dependencies": {
"express": "~3.2.0"
},
"devDependencies": {
"karma": "^0.12.0",
"requirejs": "^2.1.11",
"karma-requirejs": "^0.2.1",
"karma-jasmine": "^0.2.2",
"karma-firefox-launcher": "^0.1.3",
"karma-chrome-launcher": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.2",
"phantomjs": "^1.9.7-1"
}
}