File tree Expand file tree Collapse file tree 4 files changed +42
-0
lines changed Expand file tree Collapse file tree 4 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1
1
# MAC OS
2
2
3
3
.DS_Store
4
+
5
+ # Node.js (for CI testing)
6
+
7
+ node_modules /
Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ node_js :
3
+ - " 6"
4
+ script :
5
+ - npm test
6
+
Original file line number Diff line number Diff line change 1
1
# The RESTful API Modeling Language (RAML) Spec
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/raml-org/raml-spec.svg?branch=master )] ( https://travis-ci.org/raml-org/raml-spec )
3
4
[ ![ Gitter] ( https://img.shields.io/gitter/room/nwjs/nw.js.svg?maxAge=2592000 )] ( https://gitter.im/raml-org/raml-spec )
4
5
5
6
** The current version of the RAML specification is 1.0 - and you can find it [ here] ( https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md ) .**
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " raml-spec" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " RESTful API Modeling Language" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " node node_modules/mdv/testRunner README.md versions"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/raml-spec/raml-spec.git"
12
+ },
13
+ "keywords" : [
14
+ " raml" ,
15
+ " rest" ,
16
+ " restful" ,
17
+ " api" ,
18
+ " modeling" ,
19
+ " language"
20
+ ],
21
+ "author" : " http://raml.org/" ,
22
+ "license" : " Apache-2.0" ,
23
+ "bugs" : {
24
+ "url" : " https://github.com/raml-spec/raml-spec/issues"
25
+ },
26
+ "homepage" : " https://github.com/raml-spec/raml-spec#readme" ,
27
+ "dependencies" : {
28
+ "mdv" : " ^1.0.6" ,
29
+ "node-readfiles" : " ^0.2.0"
30
+ }
31
+ }
You can’t perform that action at this time.
0 commit comments