-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "angular-narrative-api",
"version": "0.0.1",
"description": "Narrative API services made easy for Angular.",
"main": "dist/angular-narrative-api.js",
"repository": {
"type": "git",
"url": "git@github.com:amlinger/angular-narrative-api.git"
},
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"pretest": "npm install",
"test": "grunt test:CI"
},
"keywords": [
"AngularJS",
"Angular",
"NarrativeAPI",
"API",
"Narrative",
"Memoto"
],
"author": "Anton Amlinger",
"license": "(MIT)",
"devDependencies": {
"bower": "^1.3.1",
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.0",
"grunt-ngdocs": "^0.2.8",
"http-server": "^0.6.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.3",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.3.3",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": ">=1.9"
}
}