-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 912 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 912 Bytes
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": "rupert-plugin-angular",
"version": "0.1.6",
"description": "Rupert configuration to use Angular with ui-router.",
"repository": "git@github.com:Rupert/rupert-plugin-angular.git",
"main": "src/config.js",
"scripts": {
"test": "./node_modules/.bin/mocha --require should --compilers coffee:coffee-script/register"
},
"keywords": [
"rupert",
"config",
"angular",
"bootstrap"
],
"author": "David Souther <davidsouther@gmail.com> (https://davidsouther.com/)",
"license": "ISC",
"dependencies": {
"angular-builds": "^1.4.3",
"angular-mocks": "^1.3.8",
"angular-ui-router": "^0.2.11",
"jquery": "^2.1.3",
"mockasing": "^0.1.2"
},
"devDependencies": {
"coffee-script": "^1.8.0",
"grunt": "^0.4.5",
"grunt-release": "^0.9.0",
"mocha": "^2.0.1",
"rupert": "^0.3.1",
"should": "^4.1.0",
"supertest": "^0.15.0"
}
}