-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
34 lines (33 loc) · 872 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
{
"name": "angularjs-loader",
"version": "0.7.3",
"homepage": "http://github.com/hansl/angularjs-loader",
"authors": [
"Hans Larsen <[email protected]>"
],
"description": "A script to automatically load scripts based on the module dependencies, using angular.module() calls.",
"categories": [
"Loader plugins"
],
"keywords": [
"angularjs",
"amd",
"script",
"loaders",
"loader"
],
"repository": {
"type": "git",
"url": "https://github.com/hansl/angularjs-loader.git"
},
"license":{
"type": "Apache 2.0",
"url": "http://opensource.org/licenses/Apache-2.0"
},
"devDependencies": {
"bower": "~1.2.2",
"karma": "0.11.12",
"karma-jasmine": "0.1.5",
"karma-phantomjs-launcher": "0.1.1"
}
}