forked from transmart/SmartR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 718 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 718 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
{
"name": "smart-r",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start karma.conf.js"
},
"author": "",
"license": "ISC",
"repository": "https://github.com/sherzinger/SmartR",
"devDependencies": {
"jasmine-ajax": "^3.2.0",
"jasmine-core": "^2.4.1",
"jasmine-def": "^0.1.0",
"jasmine-expect": "^2.0.0-beta2",
"karma": "^0.13.19",
"karma-cli": "^0.1.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.3",
"karma-remote-reporter": "^0.2.0",
"phantomjs": "^2.0.0",
"karma-ng-html2js-preprocessor": "^0.2.2"
}
}